aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix generators load pathsJeremy Kemper2009-10-111-1/+2
|
* Fix rake dev.José Valim2009-10-111-1/+1
| | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Allow PKG_NAME env variable to control the directory name used when 'rake ↵John Trupiano2009-09-281-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 Peek2009-09-251-45/+1
| | | | Rakefile
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-1/+1
|
* Merge branch 'master' of git@github.com:rails/railsCarl Lerche2009-09-011-0/+6
|\
| * Add rake gemspec and gemspecs to the repoYehuda Katz2009-08-311-0/+6
| |
* | Make sure all needed files get added to the rails gemCarl Lerche2009-08-291-1/+1
|/
* Refactored some generators to make use of improved invocations on thor.José Valim2009-07-151-1/+1
|
* Remove update_js from Rakefile and the uneeded railsgen.José Valim2009-07-041-9/+0
|
* Add update tasks.José Valim2009-07-021-3/+11
|
* Updated rake tasks.José Valim2009-07-021-174/+14
|
* Merge branch 'master' of git://github.com/rails/railsJosé Valim2009-07-021-5/+5
|\
| * Bump up the version to 3.0.preCarl Lerche2009-06-301-5/+5
| |
* | Added tessts for resources generator.José Valim2009-06-281-1/+2
|/
* Include guides directory in the rails gemPratik Naik2009-05-161-3/+4
|
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
|
* Defer rake/contrib requires so we can use the stdlib rake instead of the ↵Jeremy Kemper2009-05-131-1/+3
| | | | full gem
* Added db/seeds.rb as a default file for storing seed data for the database. ↵David Heinemeier Hansson2009-05-111-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 lunchJeremy Kemper2009-04-221-2/+2
|
* Merge docrailsPratik Naik2009-03-241-0/+1
|
* Prepare for final 2.3 releaseDavid Heinemeier Hansson2009-03-151-5/+5
|
* Push the guidesDavid Heinemeier Hansson2009-03-051-3/+6
|
* Merge branch 'master' of git@github.com:rails/railsJeremy Kemper2009-02-271-5/+5
|\
| * Prep for RC2 later todayDavid Heinemeier Hansson2009-02-271-5/+5
| |
* | Invoke tests with the same rubyJeremy Kemper2009-02-271-1/+2
|/
* Merge docrails along with the new guides and guides generation codePratik Naik2009-02-061-0/+5
|
* Remove all the existing asciidoc guidesPratik Naik2009-02-041-64/+0
|
* Merge docrailsPratik Naik2009-02-011-2/+2
|
* Merge docrailsPratik Naik2009-01-181-3/+13
|
* Merge with docrailsPratik Naik2008-12-071-1/+2
|
* Extracted the process scripts (inspector, reaper, spawner) into the plugin ↵David Heinemeier Hansson2008-11-301-5/+1
| | | | irs_process_scripts [DHH]
* Really remove components.Jeremy Kemper2008-11-241-1/+0
|
* Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for ↵David Heinemeier Hansson2008-11-221-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 nowDavid Heinemeier Hansson2008-11-191-5/+5
|
* Added config.i18n settings gatherer to config/environment, auto-loading of ↵David Heinemeier Hansson2008-11-181-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 Hansson2008-11-171-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 gemsDavid Heinemeier Hansson2008-11-141-5/+5
|
* Update guides from docrailsPratik Naik2008-11-061-6/+15
|
* Update non-gems distributions to use sqlite3 as the default, matching the ↵Christopher Currie2008-10-301-1/+1
| | | | | | "rails" command default [#1270 status:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* Proper update call for gem serverDavid Heinemeier Hansson2008-10-231-1/+1
|
* Push to new gem serverDavid Heinemeier Hansson2008-10-231-2/+2
|
* Prepare for Rails 2.2.0 [RC1]David Heinemeier Hansson2008-10-231-6/+6
|
* Merge with docrailsPratik Naik2008-10-221-2/+1
|
* Merge with docrails. Also add a rake task to generate guides in your rails ↵Pratik Naik2008-10-211-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 docrailsPratik Naik2008-10-051-7/+15
|
* Merge docrailsPratik Naik2008-09-131-8/+37
|
* Merge docrails changesPratik Naik2008-07-281-0/+15
|
* Horo rdoc templateJeremy Kemper2008-06-221-1/+1
|
* Add dummy pdoc task to railtiesJeremy Kemper2008-06-181-1/+6
|