Legacy version of the Ruby on Rails web development framework.
In my rails (v2.3.8) app I have a static resource file which I've put at /public/myfile.kml No need …
ruby-on-rails-2I just upgraded my MacBook Pro to Mavericks and my local Ruby on Rails development environment isn't running straight off …
ruby-on-rails macos passenger pcre ruby-on-rails-2I'm not sure if its a Rspec question, but I only encountred this problem on Rspec tests. I want to …
ruby-on-rails ruby rspec ruby-on-rails-2I'm monkey-patching a Rails engine with something like: SomeClass.class_eval do # ... end The first time I hit the web …
ruby-on-rails monkeypatching ruby-on-rails-2I am running an application on Rails 2.3.8. I am planning to upgrade it to Rails 4.0 (which is in RC). What …
ruby-on-rails ruby-on-rails-2 ruby-on-rails-4I have been following Railscasts episodes of Nested forms and complex forms. During the time of creating multiple model in …
edit nested-forms ruby-on-rails-2In my Rails App (Rails 2.3.14 and Ruby 1.8.7) I am trying to convert a datetime string into a different format to …
ruby-on-rails ruby datetime ruby-on-rails-2 strptimeWhenever two concurrent HTTP requests go to my Rails app, the second always returns the following error: A copy of …
ruby rubygems ruby-on-rails-plugins ruby-on-rails-2In Rails v2.3 , Ruby 1.8, if I run a sql statement with following code in my model class: ActiveRecord::Base.connection.…
ruby-on-rails activerecord ruby-on-rails-2I am working in Rails 2. I have three tables: users, lms_users and group_details. In lms_users id from …
ruby-on-rails ruby-on-rails-2