Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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] | |||||
* | BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb ↵ | David Heinemeier Hansson | 2008-11-17 | 1 | -1/+1 | |
| | | | | and removed all the special casing that was in place to support the former. You must do this rename in your own application when you upgrade to this version [DHH] | |||||
* | Link to 2.2.1 gems | David Heinemeier Hansson | 2008-11-14 | 1 | -5/+5 | |
| | ||||||
* | Update guides from docrails | Pratik Naik | 2008-11-06 | 1 | -6/+15 | |
| | ||||||
* | Update non-gems distributions to use sqlite3 as the default, matching the ↵ | Christopher Currie | 2008-10-30 | 1 | -1/+1 | |
| | | | | | | "rails" command default [#1270 status:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | |||||
* | Proper update call for gem server | David Heinemeier Hansson | 2008-10-23 | 1 | -1/+1 | |
| | ||||||
* | Push to new gem server | David Heinemeier Hansson | 2008-10-23 | 1 | -2/+2 | |
| | ||||||
* | Prepare for Rails 2.2.0 [RC1] | David Heinemeier Hansson | 2008-10-23 | 1 | -6/+6 | |
| | ||||||
* | Merge with docrails | Pratik Naik | 2008-10-22 | 1 | -2/+1 | |
| | ||||||
* | Merge with docrails. Also add a rake task to generate guides in your rails ↵ | Pratik Naik | 2008-10-21 | 1 | -48/+41 | |
| | | | | | | | | application : rake doc:guides The rake task will generate guides inside doc/guides directory of your application. Open index.html to browse. | |||||
* | Merge docrails | Pratik Naik | 2008-10-05 | 1 | -7/+15 | |
| | ||||||
* | Merge docrails | Pratik Naik | 2008-09-13 | 1 | -8/+37 | |
| | ||||||
* | Merge docrails changes | Pratik Naik | 2008-07-28 | 1 | -0/+15 | |
| | ||||||
* | Horo rdoc template | Jeremy Kemper | 2008-06-22 | 1 | -1/+1 | |
| | ||||||
* | Add dummy pdoc task to railties | Jeremy Kemper | 2008-06-18 | 1 | -1/+6 | |
| | ||||||
* | Add lib/rails/*.rb to rdoc | Jeremy Kemper | 2008-06-18 | 1 | -0/+1 | |
| | ||||||
* | Update Rakefiles to connect to wrath as current user. Use ssh config to set ↵ | Jeremy Kemper | 2008-06-18 | 1 | -2/+2 | |
| | | | | a different user. | |||||
* | Making ready for release of 2.1 | David Heinemeier Hansson | 2008-05-31 | 1 | -5/+5 | |
| | ||||||
* | Making ready for RC1 release | David Heinemeier Hansson | 2008-05-11 | 1 | -5/+5 | |
| | ||||||
* | Depend on latest Rake | David Heinemeier Hansson | 2008-05-11 | 1 | -1/+1 | |
| | ||||||
* | Fix generate_app_doc task (Jaroslaw) [#70 state:resolved] | David Heinemeier Hansson | 2008-05-11 | 1 | -1/+1 | |
| | ||||||
* | Removed the default .htaccess configuration as there are so many good ↵ | David Heinemeier Hansson | 2008-03-29 | 1 | -9/+0 | |
| | | | | | | deployment options now (kept it as an example in README) [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9134 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |