[Rails] Re: ROR books seem to be out of date

2012-09-18 Thread brian brian
On Saturday, September 15, 2012 4:26:36 PM UTC+1, brian brian wrote: i am trying to get started on ROR but the texts all seem to be out of date as regards samples that wont run on later IDEs such as aptana studio ,rubymine and so on.github examples are also out of date and wont run.

[Rails] Re: ROR books seem to be out of date

2012-09-18 Thread brian brian
routing errors all the time ,cant get past the welcome sign running on rails . in win7 and ubuntu systems latest gems and ruby of course . tried everything i can think of using all the books and online material. nothing past localhost:3000 seems to work ,i just get the routing error despite

[Rails] Re: ROR books seem to be out of date

2012-09-18 Thread brian brian
this is a common message Routing Error No route matches [GET] /hello/world -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send

Re: [Rails] Re: ROR books seem to be out of date

2012-09-18 Thread Colin Law
On 18 September 2012 15:50, brian brian xis2...@gmail.com wrote: routing errors all the time ,cant get past the welcome sign running on rails Post the url you are trying, the full error message, post routes.rb and the output of rake routes. No-one here is telepathic as far as I am aware.

Re: [Rails] Re: ROR books seem to be out of date

2012-09-18 Thread Peter Hickman
Without knowing what you routing file looks like no one can help you. Type 'rake routes' and see what routes have been defined -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to

[Rails] Re: ROR books seem to be out of date

2012-09-16 Thread rails2012
You can following this book http://ruby.railstutorial.org/ruby-on-rails-tutorial-book I am on chapter 7 now. Everything seems good. I am using Rails 3.2.8 and Ruby 1.9.3 I did have problems with Rails 3 in action, on chapter 8. Couldn't get scope to work. Either that or rspec didn't work.