rake
Rake and Uninitialized Constants
I have spent hours upon days trying to resolve this. Rake is throwing the following error: dcarpenter$ rake[详细]
2023-03-27 18:37 分类:问答Don't know how to build rake db:migrate on Ubuntu natty?
I\'m not sure how to deploy an application using Capistrano but I figured I\'d try to at least load all the files I need on my deployment server, so I did a git pull on Github and install开发者_开发知[详细]
2023-03-27 11:53 分类:问答ROR: rake aborted! stack level too deep
I alread tried the answers posted on this website regarding this issue. But nothing worked I have the following setup:[详细]
2023-03-26 20:13 分类:问答Rails 3.1.0.rc5 Rake issue
Having some huge headaches with migrations not seeming to run. No idea why - giving me the irrits! I don\'t know what the heck \'visitor\' is.[详细]
2023-03-26 18:45 分类:问答Problem in migrating a database to Heroku
When trying to migrate a database to Heroku, I get the following (Provided that I\'m using gem \'sqlite3\', \'1.3.3\':[详细]
2023-03-25 15:24 分类:问答Running Rake tasks in Rspec Tests
I am building up an integration test suite and there is one bit of logic that I need to have a clean database for. How can I run the db:test:purge task inside of one of my tests?[详细]
2023-03-25 12:27 分类:问答Cron job scheduled, but not running rake task
I\'m struggling trying to make a cron job run. Here is what I have:开发者_StackOverflow社区 */1 * * * * cd /home/jose/work/Cronox/lib/tasks/rake wines:destroy_wines >> /home/jose/crontab_errors[详细]
2023-03-25 12:21 分类:问答Xcode 4 ruby syntax coloring for rake files
Has anyone figured out a way to have Xcode4 use syntax coloring 开发者_运维技巧for Ruby on a .rake file?I\'m not sure if this will stick as automatic coloring, but to color rake files as ruby, open th[详细]
2023-03-25 07:10 分类:问答run and stop rake task from ruby file
I already know that runn开发者_JAVA百科ing a rake task from .rb file can be done by running: system \"/usr/bin/rake #{task} #{args.join(\' \')} > #{Rails.root}/log/rake.log\"[详细]
2023-03-25 05:26 分类:问答clearing rails app database on heroku production site
So I\'m new to ROR and Heroku and need a little help. I\'ve created an app and have deployed it; however, I\'d like to clear out the database associated with it. Meaning I\'d like to clear any users ([详细]
2023-03-24 05:32 分类:问答