rake
Rake always segfaults and core dumps, even when successful
I have a VPS running 64-bit Debian Lenny, and I\'m deploying a couple of Rails 3 apps. I have no problem locally, but whenever Rake is run from the command line (or capistrano) Rake segfaults, and co[详细]
2023-03-30 04:16 分类:问答restarting rake resques:scheduler
I am using resque and resque-scheduler to schedule jobs in rails 3, any way I am building an interface for the user to change the values in the cron tab file but they don\'t reflect in the scheduler s[详细]
2023-03-29 20:54 分类:问答Is there any way to have multiple seeds.rb files? Any kind of 'versioning' for seed data?
We need to add more seed data for some newly added tables to "version 100" of our rails project.[详细]
2023-03-29 16:55 分类:问答How to prevent [view source] link when creating documentation using yard?
I am using yard to generate project documentation, but i don\'t want 开发者_运维百科to display the [view source] link in the documentation, i have dived into the yard official guides but still don\'t[详细]
2023-03-29 08:14 分类:问答How can I run rake with --trace within capistrano?
I want capistrano to invoke rake with --trace so I can figure out why it\'s failing. How do开发者_JAVA技巧 I do this? set :rake \'rake --trace\' doesn\'t work.The best way I found is:[详细]
2023-03-28 20:04 分类:问答Deactivate a Gem - "you have already activated rake 0.9.3.beta.1, but my Gemfile requires rake 0.9.2"
I\'m trying to run a migration but I keep getting the error message that is: rake aborted! Undefined method prerequisite for nil:NilClass.[详细]
2023-03-28 15:19 分类:问答How to detect Rails environment inside whenever
This question will probably only make sense if you know about the whenever gem for creating cron jobs.[详细]
2023-03-28 07:53 分类:问答problem accessing namespaced class in rake task
Given a rake task that references both a namespaced and non-namespaced model: namespace :thing do task :thingo => :environment do[详细]
2023-03-28 07:03 分类:问答Running rake tasks to start Resque workers on Heroku
So I have Resque and redis to go set up on Heroku and this is what my resque.rake file looks like: require \'resque/tasks\'[详细]
2023-03-28 03:12 分类:问答Rake Not Finding Dependencies
Why would the file not be loaded? Any help is much开发者_如何学Python appreciated. rake db:setup RAILS_ENV=\"development\" --trace[详细]
2023-03-27 18:56 分类:问答