Displaying 4 results from an estimated 4 matches for "rails3tutori".
Did you mean:
rails3tutorial
2011 Apr 12
4
OS X - `require': no such file to load -- sqlite3/sqlite3_native
...by/1.9.1/gems/sqlite3-1.3.3/lib/sqlite3.rb:6:in
`rescue in <top (required)>''
from /Volumes/Macintosh
HD/Users/Ross/rails_projects/splash/json/ruby/1.9.1/gems/sqlite3-1.3.3/lib/sqlite3.rb:2:in
`<top (required)>''
from
/Volumes/SSD/Users/Ross/.rvm/gems/ruby-1.9.2-p136@rails3tutorial/gems/bundler-1.0.11/lib/bundler/runtime.rb:68:in
`require''
from
/Volumes/SSD/Users/Ross/.rvm/gems/ruby-1.9.2-p136@rails3tutorial/gems/bundler-1.0.11/lib/bundler/runtime.rb:68:in
`block (2 levels) in require''
from
/Volumes/SSD/Users/Ross/.rvm/gems/ruby-1.9.2-p136@rails3tutori...
2011 Feb 21
4
autotest with Growl not working
Hi I''m new and using Ruby on Rails 3 but when I run $ autotest nothing
happens (I have growl installed). If I run $ rspec spec then I get the
''Finished in 0.07253 seconds seconds 2 example, 0 failures'' message
I have the following gems installed for autotest (checked via $ gem
list):
autotest (4.3.2)
autotest-fsevent (0.2.4, 0.2.2)
autotest-growl (0.2.9, 0.2.4)
2011 Sep 30
2
I have problem installing rails
I tried sudo gem install rails
and I get the following :
[code]
Successfully installed rails-3.1.0
1 gem installed
Installing ri documentation for rails-3.1.0...
file ''lib'' not found
Installing RDoc documentation for rails-3.1.0...
file ''lib'' not found
Stavros-Kefaleass-MacBook-Pro:~ skiabox$ rails -v
-bash: rails: command not found
[/code]
Any ideas?
2011 Oct 24
9
ActiveRecord::ConnectionNotEstablished
Hello
I am rather new to Ruby and have been following along with the book
"Ruby On Rails 3 Tutorial - Learn Ruby by Example - by Michael Hartl".
I am currently in Chapter 3 which discusses static pages. In this
chapter, I entered the following command into the prompt: "rails
generate controller Pages home contact" and everything worked fine.
Then the book directs me to