aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
Commit message (Expand)AuthorAgeFilesLines
...
* Makes Rakefile activate rdoc >= 2.5.9Santiago Pastorino2010-07-231-1/+1
* Add .rdoc extension to README files.José Valim2010-07-211-1/+1
* Rework a bit README files.José Valim2010-07-211-7/+0
* Don't halt railties tests on failuresJeremy Kemper2010-06-241-2/+2
* use RDoc 2.2 to generate the documentation of individual componentsXavier Noria2010-06-161-0/+2
* New rake validate_guides task to validate output/*.html against the W3C Valid...Jaime Iniesta2010-05-241-0/+6
* Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]Anil Wadghule2010-04-261-0/+1
* Make Railties RDoc task work again [#4291 state:resolved]Andrew White2010-03-281-6/+2
* updated Rakefile with new app generator path [#4258 state:resolved]Sebastian Martinez2010-03-231-4/+4
* Leverage VERSION constants from gemspecs to avoid tedious updates when releasingBryan Helmkamp2010-03-021-3/+0
* Remove cruft in the gem packaging and release codeBryan Helmkamp2010-03-011-11/+0
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-1/+1
* Fix test load paths for those not using bundlerJoshua Peek2010-02-151-1/+1
* Submarine the rake-gemcutter dep in RakefilesJeremy Kemper2010-02-051-4/+5
* Fix task definesJeremy Kemper2010-02-041-1/+1
* Release using gemcutter gem:push tasksJeremy Kemper2010-02-041-18/+5
* Get rails tests running on bundler 0.9Carl Lerche2010-01-311-4/+1
* Include prototype ujs adapter with new appsJoshua Peek2010-01-301-0/+4
* Clean up railties Rakefile from old responsibilities which are now part of ma...José Valim2009-12-291-67/+2
* Require bundled environment, if present, so Active Support can load i18nJeremy Kemper2009-12-261-0/+5
* Break up rails and railties:Carlhuda2009-12-021-2/+2
* Unify test:isolated across components and run by default at toplevelJeremy Kemper2009-11-101-9/+11
* Don't load all of railties just for Rails::VersionJoshua Peek2009-11-091-7/+3
* Fix test failures due to requiring rails without AS in load pathJeremy Kemper2009-10-271-0/+4
* Fix rake dev and update vendored Thor.José Valim2009-10-271-2/+2
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-141-0/+1
* Fix generators load pathsJeremy Kemper2009-10-111-1/+2
* Fix rake dev.José Valim2009-10-111-1/+1
* Allow PKG_NAME env variable to control the directory name used when 'rake dev...John Trupiano2009-09-281-1/+1
* Make gemspecs the authoritative source instead of generating them from the Ra...Joshua Peek2009-09-251-45/+1
* 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 full...Jeremy Kemper2009-05-131-1/+3
* Added db/seeds.rb as a default file for storing seed data for the database. C...David Heinemeier Hansson2009-05-111-0/+3
* 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
|\