Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Follow up to #16613 | Robin Dupret | 2014-09-28 | 1 | -0/+1 |
| | | | | | | | | | | | | Since we want this flag to be enabled anytime we are running the tests under JRuby, let's enable this at the Rakefile level so people get the performance boost on their local checkout. Moreover, we avoid having to update this particular line anytime the option changes on the JRuby side. The only drawback is that we have to define it in every Rakefile but there's no big deal, this is already the case for other options. | ||||
* | Removed unused require from Rakefile | Arun Agrawal | 2013-07-14 | 1 | -4/+0 |
| | |||||
* | Removed unused broken task for update README [ci skip] | Arun Agrawal | 2013-07-14 | 1 | -9/+0 |
| | |||||
* | Saying gemcutter => rubygems [ci skip] | Arun Agrawal | 2013-06-21 | 1 | -1/+1 |
| | |||||
* | Add TEST_DIRS enviroment for constrain test directories in rakefile | Abd ar-Rahman Hamidi | 2013-04-08 | 1 | -2/+3 |
| | |||||
* | Turning on warnings in "rake test" for railties | Arun Agrawal | 2013-04-01 | 1 | -1/+1 |
| | |||||
* | Add rake test description | sanemat | 2013-01-01 | 1 | -0/+2 |
| | | | | No behavior change | ||||
* | remove misleading comment in Rakefile | schneems | 2012-09-24 | 1 | -3/+0 |
| | | | Comment introduced in https://github.com/rails/rails/commit/bbb3e5a8 before rake `isolate:test` was even introduced https://github.com/rails/rails/commit/bbb3e5a8 | ||||
* | Remove useless load path modifications | Santiago Pastorino | 2012-05-11 | 1 | -1/+2 |
| | |||||
* | Rakefile executable attributes and shebang lines has been removed | Roman V. Babenko | 2012-05-02 | 1 | -1/+0 |
| | |||||
* | remove unused pguides rake task from railties | Vijay Dev | 2012-05-02 | 1 | -9/+0 |
| | |||||
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 1 | -12/+0 |
| | |||||
* | railties depends on actionpack, so put actionpack in the include path | Aaron Patterson | 2011-09-09 | 1 | -1/+7 |
| | |||||
* | rake already ships with a ruby command | Aaron Patterson | 2011-09-09 | 1 | -2/+1 |
| | |||||
* | fixes Rake::GemPackageTask deprecation warnings from rake 0.9.0 | Vijay Dev | 2011-05-24 | 1 | -2/+2 |
| | |||||
* | removes the :update_ujs task in railties | Xavier Noria | 2011-05-04 | 1 | -4/+0 |
| | |||||
* | Prototype and Scriptaculous are no longer vendored, but provided by ↵ | Xavier Noria | 2011-04-30 | 1 | -1/+0 |
| | | | | prototype-rails from now on, also the -j option of the application generator is removed | ||||
* | Make update_ujs task update the right files | Santiago Pastorino | 2011-04-29 | 1 | -2/+2 |
| | |||||
* | sorry, the CI cannot lie to us anymore | Aaron Patterson | 2011-01-12 | 1 | -1/+1 |
| | |||||
* | use https to fetch files from GitHub | Akira Matsuda | 2010-12-26 | 1 | -2/+2 |
| | | | | | | | | see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere [#6223 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Rakefiles are executables, and rake loads rake, not rakefile code | raggi | 2010-11-25 | 1 | -1/+1 |
| | |||||
* | -j parameter added to rails new command. | siong1987 | 2010-10-11 | 1 | -2/+3 |
| | | | | | | | | Now you can start your apps with jquery with rails new myapp -j jquery, the default is still prototype [#5613 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | deletes the rdoc task of each component, they are no longer published separately | Xavier Noria | 2010-08-20 | 1 | -16/+0 |
| | |||||
* | Bump up rdoc to 2.5.10 | Santiago Pastorino | 2010-08-18 | 1 | -1/+1 |
| | |||||
* | update Rakefiles for RDoc 2.5 | Aaron Patterson | 2010-07-23 | 1 | -4/+11 |
| | |||||
* | Makes Rakefile activate rdoc >= 2.5.9 | Santiago Pastorino | 2010-07-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Xavier Noria <fxn@hashref.com> | ||||
* | Add .rdoc extension to README files. | José Valim | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | Rework a bit README files. | José Valim | 2010-07-21 | 1 | -7/+0 |
| | |||||
* | Don't halt railties tests on failures | Jeremy Kemper | 2010-06-24 | 1 | -2/+2 |
| | |||||
* | use RDoc 2.2 to generate the documentation of individual components | Xavier Noria | 2010-06-16 | 1 | -0/+2 |
| | |||||
* | New rake validate_guides task to validate output/*.html against the W3C ↵ | Jaime Iniesta | 2010-05-24 | 1 | -0/+6 |
| | | | | Validator | ||||
* | Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved] | Anil Wadghule | 2010-04-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Make Railties RDoc task work again [#4291 state:resolved] | Andrew White | 2010-03-28 | 1 | -6/+2 |
| | | | Signed-off-by: wycats <wycats@gmail.com> | ||||
* | updated Rakefile with new app generator path [#4258 state:resolved] | Sebastian Martinez | 2010-03-23 | 1 | -4/+4 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Leverage VERSION constants from gemspecs to avoid tedious updates when releasing | Bryan Helmkamp | 2010-03-02 | 1 | -3/+0 |
| | |||||
* | Remove cruft in the gem packaging and release code | Bryan Helmkamp | 2010-03-01 | 1 | -11/+0 |
| | |||||
* | Revert "Fix test load paths for those not using bundler" | Carlhuda | 2010-02-23 | 1 | -1/+1 |
| | | | | | | This reverts commit eec2d301d4ce9df9c71c1a5aa63053eb970b6818. This commit broke tests. You cannot have a file called "bundler" on the load path. | ||||
* | 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> |