Questions tagged [ruby-on-rails]

Ruby on Rails is an open-source web development framework optimized for programmer happiness and maintaining sustainable productivity. Many things are defined by convention, freeing you from having to re-invent things to stay productive.

Ruby on Rails is an open-source web framework that's optimized for programmer happiness and sustainable productivity. It lets you write beautiful code by favouring convention over configuration.

159 questions
1
vote
1 answer

Rails doesn't work in one directory, but does everywhere else

Terminal output: (^_^) - (vagrant@ubuntu) - (jobs:0) - (~) - (531) ----> rails /// Bunch'O Rails stuff, clearly installed /// (^_^) - (vagrant@ubuntu) - (jobs:0) - (~) - (531) ----> cd - /home/vagrant/Development/ksaa (^_^) - (vagrant@ubuntu) -…
1
vote
2 answers

Rails requires Rubygems but I have the gems

Update: I noticed that which ruby and whereis ruby reports back different locations: which ruby /opt/local/bin/ruby whereis ruby /usr/bin/ruby I recently upgraded ruby to ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10] and I think I broke…
user30927
0
votes
1 answer

Fetch _all_remote_specs: undefined method 'list' - Rails on Mac OSx Lion

I'm trying to create a new rails application on my Mac running Lion. I installed Rails using RubyGems. I also went ahead and installed the XCode command line tools. When I attempt to create a new rails application I get an error that…
Nick
  • 101
0
votes
1 answer

How can I avoid permission denied errors when attempting to deploy a rails app with capistrano?

Total noob here. I'm attempting to deploy an app through Capistrano. I'm getting relentless permission denied errors when I attempt to run cap deploy:update. Seemingly at least some of these errors are due to missing directories that trigger a…
joshee
  • 1
0
votes
4 answers

How do I upgrade to the newest version of Rails?

I'm running on OSX Snow Leopard. Using ruby -v I see I have 1.8.7 and using rails -v I have 2.3.5 When I try gem update rails I get the following error: bundler requires RubyGems version >= 1.3.6
Jhorra
  • 141
0
votes
2 answers

Trying to use rails: Load Error (no such file...)

I have just installed rails and am working my way through the tutorial on railstutorial.org. In CH2 where you set up the basic app, after I generate the scaffold for the users and I try to load the page, @http@://localhost:3000/users I…
winarm
  • 337
  • 3
  • 4
  • 17