[Rails] Search form AND condition - Not working

2013-05-06 Thread Maddy
Hi Folks, My search fields, Firstname* Lastname* MI - Middle initial State* ID Birthday when people will search John Bolton in any state for example AL (Alabama), all John Bolton names in only AL will show up. So if there are 3 John Bolton with different middle MIs, they will show, for example

[Rails] Paypal automatic payment

2013-05-06 Thread Saravanan P
Hello Everyone I am using rails 3.2.8 and using Express checkout. The concept is, once the user confirms shipping in Paypal website, next time I have to bill next time payments automatically for that user. So in my case its working now like every time user need to log-in when clicking Paypal b

[Rails] Re: Reg : How to Setup debugger in ruby for Rails project.

2013-05-06 Thread thil
Thanks to everyone for your reply. Just to know have anyone tried to setup debug environment in IDE like aptana or eclipse. Thanks Senthil -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receivi

Re: [Rails] Roll your own authentication?

2013-05-06 Thread tamouse mailing lists
On Mon, May 6, 2013 at 12:38 PM, Linus Pettersson wrote: > Hi! > > I watched this video the other day: http://vimeo.com/39498553 > where they argue that it may be a better idea to roll your own > authentication solution using has_secure_password instead of using, for > instance, Devise. > > I star

[Rails] Using after_save in an acts_as_* plugin

2013-05-06 Thread Paul Ols
Hi folks! I'd like to add an "acts_as_notified" method to my active record classes (User, for example) which, when the model is saved triggers some other function, such as sending a mail, updating a log table etc. I can get the acts_as_notified class method in the class, but I'm having two proble

[Rails] Generating URLs

2013-05-06 Thread alan
Currently, I'm using custom controller actions for generating reports. Here is an example of one action in the controller. get /reports/service/:year/:period/:month/:modelness/:funder(/*globs) => 'reports#service' The params are used to get a slice of time (specified by period) of one month, t

Re: [Rails] Roll your own authentication?

2013-05-06 Thread Javier Quarite
As a practice I've done my own authentication methods following a railscast (http://railscasts.com/episodes/250-authentication-from-scratch), but I'm using devise in other apps. I've heard that warden (devise is based on that) should be enough for everyone who wants an authentication solution but I

[Rails] Roll your own authentication?

2013-05-06 Thread Linus Pettersson
Hi! I watched this video the other day: http://vimeo.com/39498553 where they argue that it may be a better idea to roll your own authentication solution using has_secure_password instead of using, for instance, Devise. I started a new project using Rails 4 today and need authentication. I'm th

Re: [Rails] Help me! I want to install heroku toolbelt

2013-05-06 Thread Colin Law
On 6 May 2013 06:29, Pushpa Raj Badu wrote: > I have followed the instruction from https://toolbelt.heroku.com to install > the heroku toolbelt in my system but i am unable to install it..Please if > you have any nice idea to install it then help me The first idea I have is that if you told us ex

[Rails] Help me! I want to install heroku toolbelt

2013-05-06 Thread Pushpa Raj Badu
I have followed the instruction from https://toolbelt.heroku.com to install the heroku toolbelt in my system but i am unable to install it..Please if you have any nice idea to install it then help me -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: T

[Rails] Re: Reg : How to Setup debugger in ruby for Rails project.

2013-05-06 Thread Aydar Omurbekov
just use Rubymine ide for debugging, its pretty easy On Monday, May 6, 2013 12:16:28 PM UTC+6, thil wrote: > > > Hi all, > > Have any one setup Ruby debugger for Rails application > > So that you can use break point and watchers to debug like firebug for > javaScripts. > > Thanks in advance ! > >

[Rails] Re: Reg : How to Setup debugger in ruby for Rails project.

2013-05-06 Thread Javix
You can also use pry-rails: https://github.com/rweng/pry-rails On Monday, 6 May 2013 08:16:28 UTC+2, thil wrote: > > > Hi all, > > Have any one setup Ruby debugger for Rails application > > So that you can use break point and watchers to debug like firebug for > javaScripts. > > Thanks in advance

Re: [Rails] online document editing interface ,Word processor for Rails.

2013-05-06 Thread saikiran mothe
I want to edit Mircrosoft Word Documents on the rails Applicatoin.I want implement google docs like functionality in Rails Application. Thanks, Sai On Mon, May 6, 2013 at 5:45 PM, saikiran mothe wrote: > Thanks > > I will check how it works ? > > > > > On Mon, May 6, 2013 at 4:03 PM, Dheeraj K

Re: [Rails] online document editing interface ,Word processor for Rails.

2013-05-06 Thread saikiran mothe
Thanks I will check how it works ? On Mon, May 6, 2013 at 4:03 PM, Dheeraj Kumar wrote: > Google "Mercury Editor" > > > On Mon, May 6, 2013 at 3:45 PM, sai kiran mothe > wrote: > >> Hey all, >> >> Just had a question. I was experimenting with ROR and wanted to see if >> it was possible to cr

Re: [Rails] online document editing interface ,Word processor for Rails.

2013-05-06 Thread Dheeraj Kumar
Google "Mercury Editor" On Mon, May 6, 2013 at 3:45 PM, sai kiran mothe wrote: > Hey all, > > Just had a question. I was experimenting with ROR and wanted to see if it > was possible to create an online document editing interface, similar to > something like google docs but I haven't found any

[Rails] online document editing interface ,Word processor for Rails.

2013-05-06 Thread sai kiran mothe
Hey all, Just had a question. I was experimenting with ROR and wanted to see if it was possible to create an online document editing interface, similar to something like google docs but I haven't found any resources on this. Does anyone know if this is possible and if so, could you link me

Re: [Rails] Re: Getting started w/ Rails 4

2013-05-06 Thread Colin Law
On 6 May 2013 05:53, rihad wrote: > Hi, Colin, you see, I think that listing permitted fields all over > again in the controller can be viewed as repetitiveness. There is no repetition as this is not listing the fields "all over again". This is just specifying which fields may (or must) be mass