How did u install it, using rvm? I have written a blog which you can follow to install ruby and rails http://acupofrails.wordpress.com/2012/03/16/installing-rails-on-ubuntu/ . But for this error, sorry, I don't have specific answer.
On Saturday, June 16, 2012 1:20:09 PM UTC+5:30, Ruby-Forum.com User wrote: > > this is the ruby version I used. > ruby -version > ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux] > -e:1:in `<main>': undefined local variable or method `rsion' for > main:Object (NameError) > ------------------ > The problem is that when I create rails project I get errors on > /config/initializers/session_store.rb > I get error at: Ss::Application.config.session_store :cookie_store, key: > '_ss_session' > --------------------------------------------------------------------------- > > /config/initializers/wrap_parameters.rb > I get errors on : wrap_parameters format: [:json] > ActiveSupport.on_load(:action_controller) do > wrap_parameters format: [:json] > end > > -- > Posted via http://www.ruby-forum.com/. > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/C-KouAAjJzwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

