Displaying 3 results from an estimated 3 matches for "musdev".
Did you mean:
msdev
2010 Mar 24
2
server wont start
...e_ruby/1.8/rubygems.rb:826:in
`report_activate_error'': RubyGem version error: rack(0.9.1 not ~> 1.0.1)
(Gem::LoadError)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:260:in `activate''
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:67:in `gem''
from
/Users/musdev/.gem/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller.rb:34
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require''
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require''
from
/Users/musdev/.gem/ruby/1.8/g...
2011 Jan 23
0
Bundle installs/Cannot run dbconsole
...Using bundler (1.0.7)
Installing thor (0.14.6)
Installing railties (3.0.3)
Installing rails (3.0.3)
Installing sqlite3 (1.3.3) with native extensions
Installing sqlite3-ruby (1.3.3)
Your bundle is complete! It was installed into
./sqlite3--with-sqlite3lib
When I try running dbconsole I get
Users/musdev/project_manager/sqlite3--with-sqlite3lib/ruby/1.9.1/gems/railties-3.0.3/lib/rails/commands/dbconsole.rb:94:in
`exec'': Permission denied - /usr/lib/sqlite3 (Errno::EACCES)
from
/Users/musdev/project_manager/sqlite3--with-sqlite3lib/ruby/1.9.1/gems/railties-3.0.3/lib/rails/commands/dbconso...
2009 Apr 14
3
Gem install Rails issue
...essfully installed rails-2.3.2
1 gem installed
How can I get my gems to install to /usr/local/lib/ruby/gems/1.8 or
/usr/local/bin which both are set up in my environment variable path.
Also When trying to start my server for my rails project using
./script/server its displaying
Salafee:views_demo musdev$ ./script/server
=> Booting Mongrel
=> Rails 2.3.2 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
Then when I go to http:/localhost:3000, and click on About your
application environment I see a message saying
Welcome aboard
You’re ri...