[Rails] TourWrist.com is hiring a Ruby on Rails developer.

2011-07-06 Thread bburr...@gmail.com
Experience with Rails, Heroku, performance tuning, APIs, and Chargify is preferred. Developer does not have to be in Tampa, FL. Contact supp...@tourwrist.com. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send e

[Rails] Re: Custom module for ActionController no longer works in Rails 2.2

2009-02-04 Thread bburr...@gmail.com
That did the trick. Thanks Fred!! Brian Burridge Agile Nomads www.rubyrailsreview.com On Feb 4, 12:46 pm, Frederick Cheung wrote: > On 4 Feb 2009, at 17:40, bburr...@gmail.com wrote: > > > > > I am using some code for in place JS editing with validation, that > > w

[Rails] Custom module for ActionController no longer works in Rails 2.2

2009-02-04 Thread bburr...@gmail.com
I am using some code for in place JS editing with validation, that worked up until Rails 2.2. After upgrade, the method can't be find, so apparently its not overridge the right class or isn't being included as before. It is currently being included via a require statement in environment.rb. The c