Task is the basic unit of work in a Rakefile.
How to send such a query to database server from Rake task without removing record-by-record in "each" loop? delete from …
sql ruby-on-rails batch-file rake-taskI am getting the error rake db:migrate --trace rake aborted! You have already activated rake 10.1.1, but your Gemfile requires …
ruby-on-rails ruby rubygems gem rake-taskI would like to be able to pass arguments for a task that I have to call from another task …
ruby-on-rails rake-taskIn my Rails application I have a file sample_data.rb inside /lib/tasks as well as a bunch of …
ruby ruby-on-rails-3 ruby-on-rails-3.1 ruby-on-rails-3.2 rake-taskOn the terminal, is there a rake task to list all the migrations which have been run on a particular …
ruby-on-rails ruby-on-rails-3.2 rake rake-taskFor my Rails application I am trying to build a rake task that will populate the database with 10 invoices for …
ruby-on-rails ruby rake-taskIs there a way to export database structure in the database from the rails application? I believe there is a …
ruby-on-rails rake rake-taskI have seen examples where a task has parameters and a dependency task like: task :name, [:first_name, :last_name] =&…
ruby rake rake-taskHow can I specify a directory for dumping/loading my db to yaml? rake db:data:dump_dir created db/2011…
ruby-on-rails-3 rake rake-task