1. 29 3月, 2012 1 次提交
  2. 28 3月, 2012 1 次提交
  3. 27 3月, 2012 1 次提交
  4. 23 3月, 2012 1 次提交
    • S
      match rails console environment support, to server · 75292837
      schneems 提交于
      rails server takes `-e` as an argument to specify RAILS_ENV, rails console currently does not have the same interface. This commit fixes this disparity so developers can manually specify `RAILS_ENV` or can pass in an environment with a `-e`.
      75292837
  5. 22 3月, 2012 2 次提交
  6. 21 3月, 2012 3 次提交
    • T
      Generate Migration Thats Adds Removed Index · b2a59388
      Travis Jeffery 提交于
      When generating a migration that removes a field with an index, the down
      will add both the field and its index.
      b2a59388
    • S
      fix rails server support of RAILS_ENV variable · 0a555dd4
      schneems 提交于
      When launching rails server from the command line with a rails environment specified such as `rails server RAILS_ENV=production` an error would occur since rails will try to use `RAILS_ENV=production` as it's server. 
      
      When launching rails with a specified server such as thin `rails server thin RAILS_ENV=production` no error will be thrown, but rails will not start up in the specified environment.
      
      This fixes both of those cases
      0a555dd4
    • M
      Remove blank line from generated migration · c63306b1
      Marcelo Silveira 提交于
      c63306b1
  7. 18 3月, 2012 2 次提交
  8. 17 3月, 2012 1 次提交
  9. 15 3月, 2012 3 次提交
  10. 14 3月, 2012 18 次提交
  11. 13 3月, 2012 2 次提交
  12. 11 3月, 2012 1 次提交
  13. 10 3月, 2012 2 次提交
  14. 09 3月, 2012 1 次提交
  15. 07 3月, 2012 1 次提交