Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add rake task to implement assets:cleanup, fixes Github Issues # 1284 | Bhavin Kamani | 2011-05-27 | 1 | -0/+10 | |
| | ||||||
* | Merge pull request #1305 from amatsuda/require_rdoc_task_fail2 | José Valim | 2011-05-25 | 1 | -0/+2 | |
|\ | | | | | Ensure RDoc::Task exists even if 'rdoc/task' was not required | |||||
| * | Ensure RDoc::Task exists even if 'rdoc/task' was not required | Akira Matsuda | 2011-05-26 | 1 | -0/+2 | |
| | | ||||||
* | | Renaming helper in the Rake task, but why is this needed in the first place? ↵ | wycats | 2011-05-25 | 1 | -1/+1 | |
|/ | | | | (paging JP) | |||||
* | require 'rake/rdoctask' if failed to require 'rdoc/task' | Akira Matsuda | 2011-05-26 | 1 | -1/+5 | |
| | | | | | fixes a regression introduced by b921679d0dd3d5ca16f0362c2b34e7703cfe15e5 require 'rdoc/task' fails if the system RDoc version is below 2.4.2 (e.g. CRuby 1.8.7) | |||||
* | fixes Rake::RDocTask deprecation warnings from rake 0.9.0 | Vijay Dev | 2011-05-25 | 1 | -2/+2 | |
| | ||||||
* | Removed ActiveSupport::SecureRandom in favour of SecureRandom from the ↵ | Jon Leighton | 2011-05-23 | 1 | -1/+1 | |
| | | | | standard library. (It has been deprecated in the 3-1-stable branch.) | |||||
* | Replace references to ActiveSupport::SecureRandom with just SecureRandom, ↵ | Jon Leighton | 2011-05-23 | 1 | -1/+1 | |
| | | | | and require 'securerandom' from the stdlib when active support is required. | |||||
* | remove update:javascripts rake task | Akira Matsuda | 2011-05-13 | 1 | -7/+2 | |
| | | | | because javascript libraries are not bundled anymore, and create_javascript_files generator was already removed | |||||
* | Display custom asset routes in `rake routes` | Peter Suschlik | 2011-05-05 | 1 | -1/+1 | |
| | ||||||
* | Dont show the assets mount in rake routes | David Heinemeier Hansson | 2011-05-04 | 1 | -1/+2 | |
| | ||||||
* | Give assets access to asset_path during precompilation | David Heinemeier Hansson | 2011-04-19 | 1 | -0/+3 | |
| | ||||||
* | Add description to assets:precompile such that it shows up in rake -T | David Heinemeier Hansson | 2011-04-18 | 1 | -1/+2 | |
| | ||||||
* | Remove the ability for engines to serve assets from the public directory. | José Valim | 2011-04-15 | 1 | -29/+0 | |
| | ||||||
* | Fix tests. | José Valim | 2011-04-15 | 1 | -1/+1 | |
| | ||||||
* | Fix config.assets.precompile option | Joshua Peek | 2011-03-30 | 1 | -1/+1 | |
| | ||||||
* | Precompile configured assets | Joshua Peek | 2011-03-29 | 1 | -1/+1 | |
| | ||||||
* | Use sprockets precompile | Joshua Peek | 2011-03-22 | 1 | -10/+2 | |
| | ||||||
* | Add sprockets task to compile assets | Joshua Peek | 2011-03-21 | 1 | -0/+14 | |
| | ||||||
* | Refactoring of application's task in engine.rake | Piotr Sarnacki | 2010-12-19 | 1 | -20/+23 | |
| | ||||||
* | Do not load all application's task in generated engine | Piotr Sarnacki | 2010-12-19 | 1 | -0/+66 | |
| | ||||||
* | Comment internal railties tasks. | José Valim | 2010-10-14 | 1 | -1/+1 | |
| | ||||||
* | Remove task for creating symlinks for railties | Piotr Sarnacki | 2010-10-14 | 1 | -19/+0 | |
| | ||||||
* | Added foo:install:assets task that copies assets from plugins public ↵ | Piotr Sarnacki | 2010-10-14 | 1 | -0/+28 | |
| | | | | | | | | | | | directory to application's public directory This is the most simple and naive approach: just copy every files from engine to app. The only exception is when file has changed, in that case developer will be asked if he wants to rename the field. There is no need to make this task more sophisticated as 3.1 will be shipped with better assets handling and it will be the default way to handle things. | |||||
* | -j parameter added to rails new command. | siong1987 | 2010-10-11 | 1 | -1/+1 | |
| | | | | | | | | 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> | |||||
* | Updated DOCS for engines and added a couple TODOs. Also, commented internal ↵ | José Valim | 2010-10-11 | 1 | -1/+1 | |
| | | | | railties rake tasks description. | |||||
* | Fixed rake task description typo | Vesa Vänskä | 2010-10-08 | 1 | -1/+1 | |
| | ||||||
* | Provide a cleaner syntax for paths configuration that does not rely on ↵ | José Valim | 2010-10-06 | 1 | -1/+1 | |
| | | | | method_missing. | |||||
* | revision of typo: crytographically [#5566 state:resolved] | ISHIKAWA Takayuki | 2010-09-07 | 1 | -1/+1 | |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | |||||
* | Added task for creating symlinks to engines' public directories | Piotr Sarnacki | 2010-09-06 | 1 | -0/+20 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Remove deprecation warnings in railties | Carlos Antonio da Silva | 2010-09-06 | 1 | -17/+0 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Make rake routes gracefully handle routes with no name | Sam Ruby | 2010-08-29 | 1 | -5/+5 | |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | |||||
* | Ensure we are not calling length on nil. | José Valim | 2010-08-28 | 1 | -5/+4 | |
| | ||||||
* | Read the route name directly from the route instead of looking it up in the ↵ | Andrew White | 2010-08-27 | 1 | -7/+1 | |
| | | | | | | named routes hash Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | Remove rails info route from rake routes output [#5452 state:resolved] | Andrew White | 2010-08-25 | 1 | -1/+1 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Hide internal apps from rake routes [#5443 state:resolved] | José Valim | 2010-08-24 | 1 | -1/+1 | |
| | ||||||
* | Improve routes task code and print the application as :to => RackApp. [#5338 ↵ | José Valim | 2010-08-15 | 1 | -12/+24 | |
| | | | | state:resolved] | |||||
* | make rake routes print the name of a Rack endpoint app [#5338 state:resolved] | Mark Turner | 2010-08-15 | 1 | -3/+5 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -4/+4 | |
| | | | | 's/[ \t]*$//' -i {} \;) | |||||
* | the main page of the API generated by the doc:rails task is README | Xavier Noria | 2010-07-30 | 1 | -1/+1 | |
| | ||||||
* | Fix app generator so that it uses the right app_name during rails:update ↵ | rohit | 2010-07-27 | 1 | -1/+1 | |
| | | | | | | rake task. [#5207 state:committed] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Change some missing README -> README.rdoc | Santiago Pastorino | 2010-07-22 | 1 | -8/+8 | |
| | ||||||
* | Avoid calls to Rails::Application since this is not the official API. | José Valim | 2010-07-01 | 2 | -2/+2 | |
| | | | | Your application should *always* reference your application const (as Blog::Application) and Rails.application should be used just internally. | |||||
* | Cut down even further on rake -T noise | David Heinemeier Hansson | 2010-06-09 | 2 | -10/+41 | |
| | ||||||
* | Cut down on tasks shown in rake -T | David Heinemeier Hansson | 2010-06-09 | 5 | -21/+21 | |
| | ||||||
* | Remove the laziness from the middleware stack. | José Valim | 2010-06-03 | 1 | -1/+1 | |
| | ||||||
* | Removing Metal from Rails 3. | wycats | 2010-06-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | If you have existing Metals, you have a few options: * if your metal behaves like a middleware, add it to the middleware stack via config.middleware.use. You can use methods on the middleware stack to control exactly where it should go * if it behaves like a Rack endpoint, you can link to it in the router. This will result in more optimal routing time, and allows you to remove code in your endpoint that matches specific URLs in favor of the more powerful handling in the router itself. For the future, you can use ActionController::Metal to get a very fast controller with the ability to opt-in to specific controller features without paying the penalty of the full controller stack. Since Rails 3 is closer to Rack, the Metal abstraction is no longer needed. | |||||
* | Add some comments related to Hash method check. | José Valim | 2010-05-16 | 1 | -0/+3 | |
| | ||||||
* | Fix Hash#index deprecated warning in 1.9.x [#4600 state:resolved] | Aleksandr Koss | 2010-05-16 | 1 | -1/+2 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Added Rake task rails:templates:copy to copy templates for customization ↵ | Jeroen van Dijk + Rodrigo Urubatan | 2010-05-15 | 1 | -0/+22 | |
| | | | | | | [#4574 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> |