I\'ve just upgraded to Rails 3.1 and now when I try and run my cucumber (capybara) tests with the @javascript tag I get the following error:
I\'m just in the middle of upgrading a large application from Rails 3 to Rails 3.1 and struck a problem with my implementation of the pages controller:
I have a controller which uses AJAX for CRUD, however whenever I click on one of my remote links (Delete for example) I see the rails server has decided to log me out and redirect me. Inspection of th
In MetaWhere I combined conditions to sql variable using loops, if else statements. sql = {} email_starts_with = \"vany%\"
My computer works on a proxy. So in order to install gems I use the following command gem install -p http//#{proxy-server}:#{port} rails
I\'m just getting acquainted with Rails 3.1, and I burned some time updating an old project and trying to work out how the new asset pipeline behaves in development mode versus production.
I have followed a screen cast form ryan bates railscast and every thing is working fine except when i change my methods like as follows:
After upgrading to Rails 3.1.0 and following David Rice\'s instructions, all of my controllers strangely can\'t find their views anymore.
I have a Rails 3.1 application that is being built out as a RESTful API.The plan is to handle authentication based on an API key that is passed on each request via the Authorization HTTP header.In ord
I\'m trying to setup a rails 3.1 project with coffeescript and jasmine for tests. I have followed the tutorial by pivotallabs but I\'m getting the following error: