Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix test load paths for those not using bundler | Joshua Peek | 2010-02-15 | 1 | -1/+1 | |
| | ||||||
* | Submarine the rake-gemcutter dep in Rakefiles | Jeremy Kemper | 2010-02-05 | 1 | -4/+5 | |
| | ||||||
* | Fix task defines | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 | |
| | ||||||
* | Release using gemcutter gem:push tasks | Jeremy Kemper | 2010-02-04 | 1 | -18/+5 | |
| | ||||||
* | Get rails tests running on bundler 0.9 | Carl Lerche | 2010-01-31 | 1 | -4/+1 | |
| | ||||||
* | Include prototype ujs adapter with new apps | Joshua Peek | 2010-01-30 | 1 | -0/+4 | |
| | ||||||
* | Clean up railties Rakefile from old responsibilities which are now part of ↵ | José Valim | 2009-12-29 | 1 | -67/+2 | |
| | | | | main Rakefile | |||||
* | Require bundled environment, if present, so Active Support can load i18n | Jeremy Kemper | 2009-12-26 | 1 | -0/+5 | |
| | ||||||
* | Break up rails and railties: | Carlhuda | 2009-12-02 | 1 | -2/+2 | |
| | | | | | | | * rails is now a metagem (gem install rails works as it does now) * railties includes the glue layer, so you can easily declare dependencies on railties, actionpack, and actionmailer and not get ActiveRecord's rake tasks, initializers, etc. | |||||
* | Unify test:isolated across components and run by default at toplevel | Jeremy Kemper | 2009-11-10 | 1 | -9/+11 | |
| | ||||||
* | Don't load all of railties just for Rails::Version | Joshua Peek | 2009-11-09 | 1 | -7/+3 | |
| | ||||||
* | Fix test failures due to requiring rails without AS in load path | Jeremy Kemper | 2009-10-27 | 1 | -0/+4 | |
| | ||||||
* | Fix rake dev and update vendored Thor. | José Valim | 2009-10-27 | 1 | -2/+2 | |
| | | | | Signed-off-by: Yehuda Katz <wycats@gmail.com> | |||||
* | Finish porting over the initializers to the app object and fix all the tests | Carl Lerche | 2009-10-14 | 1 | -0/+1 | |
| | ||||||
* | Fix generators load paths | Jeremy Kemper | 2009-10-11 | 1 | -1/+2 | |
| | ||||||
* | Fix rake dev. | José Valim | 2009-10-11 | 1 | -1/+1 | |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | Allow PKG_NAME env variable to control the directory name used when 'rake ↵ | John Trupiano | 2009-09-28 | 1 | -1/+1 | |
| | | | | | | | dev' is used to generate a new rails app. Signed-off-by: Michael Koziarski <michael@koziarski.com> [#3278 state:committed] | |||||
* | Make gemspecs the authoritative source instead of generating them from the ↵ | Joshua Peek | 2009-09-25 | 1 | -45/+1 | |
| | | | | Rakefile | |||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of git@github.com:rails/rails | Carl Lerche | 2009-09-01 | 1 | -0/+6 | |
|\ | ||||||
| * | Add rake gemspec and gemspecs to the repo | Yehuda Katz | 2009-08-31 | 1 | -0/+6 | |
| | | ||||||
* | | Make sure all needed files get added to the rails gem | Carl Lerche | 2009-08-29 | 1 | -1/+1 | |
|/ | ||||||
* | Refactored some generators to make use of improved invocations on thor. | José Valim | 2009-07-15 | 1 | -1/+1 | |
| | ||||||
* | Remove update_js from Rakefile and the uneeded railsgen. | José Valim | 2009-07-04 | 1 | -9/+0 | |
| | ||||||
* | Add update tasks. | José Valim | 2009-07-02 | 1 | -3/+11 | |
| | ||||||
* | Updated rake tasks. | José Valim | 2009-07-02 | 1 | -174/+14 | |
| | ||||||
* | Merge branch 'master' of git://github.com/rails/rails | José Valim | 2009-07-02 | 1 | -5/+5 | |
|\ | ||||||
| * | Bump up the version to 3.0.pre | Carl Lerche | 2009-06-30 | 1 | -5/+5 | |
| | | ||||||
* | | Added tessts for resources generator. | José Valim | 2009-06-28 | 1 | -1/+2 | |
|/ | ||||||
* | Include guides directory in the rails gem | Pratik Naik | 2009-05-16 | 1 | -3/+4 | |
| | ||||||
* | Cherry-pick core extensions | Jeremy Kemper | 2009-05-13 | 1 | -0/+1 | |
| | ||||||
* | Defer rake/contrib requires so we can use the stdlib rake instead of the ↵ | Jeremy Kemper | 2009-05-13 | 1 | -1/+3 | |
| | | | | full gem | |||||
* | Added db/seeds.rb as a default file for storing seed data for the database. ↵ | David Heinemeier Hansson | 2009-05-11 | 1 | -0/+3 | |
| | | | | Can be loaded with rake db:seed (or created alongside the db with db:setup). (This is also known as the "Stop Putting Gawd Damn Seed Data In Your Migrations" feature) [DHH] | |||||
* | No more free lunch | Jeremy Kemper | 2009-04-22 | 1 | -2/+2 | |
| | ||||||
* | Merge docrails | Pratik Naik | 2009-03-24 | 1 | -0/+1 | |
| | ||||||
* | Prepare for final 2.3 release | David Heinemeier Hansson | 2009-03-15 | 1 | -5/+5 | |
| | ||||||
* | Push the guides | David Heinemeier Hansson | 2009-03-05 | 1 | -3/+6 | |
| | ||||||
* | Merge branch 'master' of git@github.com:rails/rails | Jeremy Kemper | 2009-02-27 | 1 | -5/+5 | |
|\ | ||||||
| * | Prep for RC2 later today | David Heinemeier Hansson | 2009-02-27 | 1 | -5/+5 | |
| | | ||||||
* | | Invoke tests with the same ruby | Jeremy Kemper | 2009-02-27 | 1 | -1/+2 | |
|/ | ||||||
* | Merge docrails along with the new guides and guides generation code | Pratik Naik | 2009-02-06 | 1 | -0/+5 | |
| | ||||||
* | Remove all the existing asciidoc guides | Pratik Naik | 2009-02-04 | 1 | -64/+0 | |
| | ||||||
* | Merge docrails | Pratik Naik | 2009-02-01 | 1 | -2/+2 | |
| | ||||||
* | Merge docrails | Pratik Naik | 2009-01-18 | 1 | -3/+13 | |
| | ||||||
* | Merge with docrails | Pratik Naik | 2008-12-07 | 1 | -1/+2 | |
| | ||||||
* | Extracted the process scripts (inspector, reaper, spawner) into the plugin ↵ | David Heinemeier Hansson | 2008-11-30 | 1 | -5/+1 | |
| | | | | irs_process_scripts [DHH] | |||||
* | Really remove components. | Jeremy Kemper | 2008-11-24 | 1 | -1/+0 | |
| | ||||||
* | Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for ↵ | David Heinemeier Hansson | 2008-11-22 | 1 | -2/+4 | |
| | | | | cutting down on backtrace noise (inspired by the Thoughtbot Quiet Backtrace plugin) [DHH] | |||||
* | Assume that the next version is going to be 2.3 for now | David Heinemeier Hansson | 2008-11-19 | 1 | -5/+5 | |
| | ||||||
* | Added config.i18n settings gatherer to config/environment, auto-loading of ↵ | David Heinemeier Hansson | 2008-11-18 | 1 | -0/+3 | |
| | | | | all locales in config/locales/*.rb,yml, and config/locales/en.yml as a sample locale [DHH] |