rake
Could not find rake-0.9.2 in any of the sources
I have no idea why I am getting this? $ which rake /Users/kamilski81/.rvm/gems/ruby-1.9.2-p290@depot/bin/rake[详细]
2023-04-09 05:16 分类:问答How do I use railties to install files other than migrations (for e.g. config files)
I\'m using Rails 3.1 and I am able to use rail开发者_运维技巧ties to install migrations (by doing rake railties:install:migrations FROM=plugin_name). However, I have a couple of config files (.yml, et[详细]
2023-04-08 19:29 分类:问答How could I pack a rack web-application includes infinite loop
I want to pack a rack web-application in order to distribute it, In which a infinite loop resides. So it won\'t stop until my ctr开发者_如何学Pythonl-c. But it seems ocra will only pack it when it end[详细]
2023-04-08 03:49 分类:问答Rails db:migrate fails with SQL error
rake db:migrate is failing 开发者_如何学Con my production server, the error is: Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for[详细]
2023-04-07 00:54 分类:问答Rails 3.1: how to run an initializer only for the web app (rails server/unicorn/etc)
My webapp needs to encrypt its session data. What I setup is: config/initializers/encryptor.rb: require \'openssl\'[详细]
2023-04-06 18:52 分类:问答Uploading to Heroku DB rake:migrate problem
having a problem with a heroku upload. Quite new to RoR so please excuse the beginners question. I\'m following the Ruby on Rails Tutorial (http://ruby.railstutorial.org), and after the scaffolding,[详细]
2023-04-06 11:50 分类:问答Resque with Redis To Go can't work as expectation
I need to use Resque to enqueue my jobs on Heroku. As it\'s my first time to use it, I follow the instruction on this site:Resque with Redis To Go.[详细]
2023-04-06 11:29 分类:问答rspec / rake issue - Rake::DSL global methods are clobbering my model somehow
I\'m working through the upgrade to 3.1, and hit a snag. I have a model (using Mongoid) that is having it\'s \'link\' method overwritten by Rake, apparently.I\'m getting this message:[详细]
2023-04-06 00:25 分类:问答Does system "...&" still work on Heroku Cedar / Rails 3.1?
I have a couple of rake tasks run in the background using RyanB\'s technique from Railscast 127, which work fine locally and on Rails 3, but not on 3.1 in production on Heroku\'s cedar stack. Before I[详细]
2023-04-05 19:26 分类:问答Problem with Rake
I\'m trying to install Redmine on a shared hosting. Here are some versions of software installed on it:[详细]
2023-04-05 18:34 分类:问答