Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rake

How do you skip failed migrations? (rake db:migrate)

How to rake db:drop and rake db:create on Heroku? [duplicate]

# TODO in rails

ruby-on-rails ruby rake todo

def block in rake task

How do I force RAILS_ENV in a rake task?

ruby-on-rails ruby rake

Rake vs. Thor for automation scripts?

ruby rake thor

Is it possible to make an interactive Rake task?

rake

Simple rails rake task refuse to run with error "Don't know how to build task", why?

Rails: You have already activated rake 10.3.1, but your Gemfile requires rake 10.2.2 (Gem::LoadError)

ruby-on-rails rubygems rake

How to explicitly fail a task in ruby rake?

ruby rake

What is rake and how it is used in rails?

ruby-on-rails rake

How do I use helpers in rake?

ruby-on-rails ruby rake helper

How do I find the source file for a rake task?

ruby-on-rails ruby rake

Model.reset_column_information does not reload columns in rails migration

Running Rake tasks in Rspec Tests

How to get PID of current rake task?

ruby shell rake

When I run the rake:db migrate command I get an error "Uninitialized constant CreateArticles"

Create seed file from data already in the database

What is the difference between Rails.cache.clear and rake tmp:cache:clear?

How do I run Rake tasks within a Ruby script?