I\'ve seemingly set up Devise for my User authentication, with the :confirmable option set. Everything seems to run fine when I run it in the browser, I sign up, go to the confirmation url shown in
I\'m trying to publish a Rails 3.1 (upgraded from 3.0) application. After submitting the code I ran bundle install --path vendor/gems RAILS_ENV=production
How to write a rake task that will bundle install then rake db:migrate then rake db:seed. namespace \'install\' do
Been loving rails, but still struggling with how long it takes to run tasks from the command line. I\'m wondering if it\'s possible to combine multiple rake tasks without reloading the environment ea
I\'m running Ruby 1.9.2 and Rails 3.1 locally and I\'m trying to fire up my app. Whenever I use rake (rake spec, rake cucumber, rake db:create) I get these warnings. What did I do wrong?
I am trying to install Ruby gem: dep_gecode. It compiles some C extensions, but the compilation fails because the cpp compiler isn\'t run with properly set include folders.
I\'m working on the RoR3 Tutorial and i\'mon chapter 6 when I tried the rakedb:migrate command.I received the message:
Is it possible to know the current rake task within ruby: # Rakefile task :install do MyApp.somemethod(options)
When I run rake db:create:all, I’m getting the following message: /Users/junior/.rvm/gems/ruby-1.9.2-p290@global/gems/rake-0.9.2/lib/rake/version.rb:4: warning: already initialized constant MAJOR
The command rake db:migrate will apply all relevant new migrations to a database and will list in the output the migrations that were applied.