Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing ↵ | José Valim | 2010-06-24 | 6 | -259/+14 |
| | | | | frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] | ||||
* | Remove run_initializers from class methods. | José Valim | 2010-06-24 | 1 | -8/+0 |
| | |||||
* | Fix initializable tests | Jeremy Kemper | 2010-06-24 | 1 | -1/+1 |
| | |||||
* | Move Collection responsibility from application to initializable | Jeremy Kemper | 2010-06-24 | 2 | -2/+2 |
| | |||||
* | Speed up boot by tsorting as infrequently as possible | Jeremy Kemper | 2010-06-24 | 2 | -8/+3 |
| | |||||
* | renames load_(once_)paths to autoload_(once_)paths in dependencies and config | Xavier Noria | 2010-06-24 | 5 | -21/+21 |
| | |||||
* | Patch for Namespace problem in Scaffold. [#4763 state:resolved] | Mohammed Siddick.E | 2010-06-23 | 12 | -60/+79 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Note that 'rails server' allows specifying mongrel, thin, etc [#4845 ↵ | Trevor Turk | 2010-06-22 | 1 | -1/+1 |
| | | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Rails Runner now sets $0 and $PROGRAM_NAME to name of file being run [#2244 ↵ | rohit | 2010-06-22 | 1 | -0/+1 |
| | | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Changed `ruby /path/to/rails myapp --dev` to `ruby /path/to/rails new myapp ↵ | Jeff Kreeftmeijer | 2010-06-21 | 1 | -1/+1 |
| | | | | | | --dev` in the "Thor is not avalable" message. [#4915 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Revert "files in the lib directory are no longer autoloaded" | Xavier Noria | 2010-06-21 | 1 | -5/+1 |
| | | | | | | | This patch is not consistent since it leaves similar directories in load_paths, needs more thought. This reverts commit b5fe014fdcc285f3bcb8779c4f7cfbc5a820856f. | ||||
* | Alias app to build_middleware_stack for clarity. | José Valim | 2010-06-21 | 2 | -1/+2 |
| | |||||
* | Remove unused webrick_server file. | José Valim | 2010-06-21 | 1 | -156/+0 |
| | |||||
* | files in the lib directory are no longer autoloaded | Xavier Noria | 2010-06-21 | 1 | -1/+5 |
| | | | | | | | | | | | Conceptually, the lib directory is closer 3rd party libraries than to the application itself. Thus, Rails adds it to Ruby's load path ($LOAD_PATH, $:) but it is no longer included in dependencies' load paths. To enable autoloading back put this in your config/application.rb config.load_paths += %W( #{config.root}/lib ) | ||||
* | Use the new ActiveSupport::FileUpdateChecker instead of RoutesReloader. | José Valim | 2010-06-20 | 2 | -49/+10 |
| | |||||
* | Improve documentation for add_lib_to_load_paths! | José Valim | 2010-06-20 | 1 | -3/+16 |
| | |||||
* | Added absolute path for config.ru as well. Turns out this is also needed to ↵ | Ryan Duryea | 2010-06-20 | 1 | -1/+2 |
| | | | | | | | | fix the daemon issue under ruby 1.8.7 [#4531 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Pass rack the absolute path of server's pid file | Ryan Duryea | 2010-06-20 | 1 | -1/+1 |
| | | | | | | | | | When running as a daemon, rack will cd to "/" and paths relative to the root of the rails app aren't valid when rack is setting up. Because of this, "rails server -d" was failing silently when trying to write it's pid file Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | remove executable permission from files that don't need it. [#4802 ↵ | rohit | 2010-06-20 | 2 | -0/+0 |
| | | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Strip trailing whitespace from generated applications [#4905 state:resolved] | Chris Griego | 2010-06-20 | 5 | -8/+8 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Make polymorphic_url and scaffolding work with uncountable resources [#3930 ↵ | Andrew White | 2010-06-20 | 6 | -5/+13 |
| | | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Merge branch 'master' of github.com:rails/rails | José Valim | 2010-06-20 | 1 | -24/+36 |
|\ | |||||
| * | Adds a few connection parameters for IBM databases. | Antonio Cangiano | 2010-06-18 | 1 | -24/+36 |
| | | | | | | | | | | | | [#3852] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | | Clear DescendantsTracker on each request. | José Valim | 2010-06-19 | 1 | -0/+2 |
|/ | |||||
* | edit pass: the names of Rails components have a space, ie, "Active Record", ↵ | Xavier Noria | 2010-06-14 | 5 | -5/+5 |
| | | | | not "ActiveRecord" | ||||
* | Tidy up generators based on latest change on AM. | José Valim | 2010-06-13 | 1 | -1/+1 |
| | |||||
* | Create mailers folder when starting a new rails app | Lawrence Curtis | 2010-06-12 | 1 | -0/+0 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Support ruby 1.8.7 and 1.9.2 (and development versions) | Jeremy Kemper | 2010-06-11 | 1 | -3/+17 |
| | |||||
* | Single ruby version requirement message | Jeremy Kemper | 2010-06-11 | 2 | -10/+5 |
| | |||||
* | abort generation/booting on Ruby 1.9.1 | Xavier Noria | 2010-06-10 | 1 | -0/+6 |
| | |||||
* | detect being inside a rails application even from a subdirectory | Chad Fowler | 2010-06-10 | 2 | -19/+29 |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Rails::Generators::GeneratedAttribute: tests, cleanups and a bugfix [#4631 ↵ | Jeff Kreeftmeijer | 2010-06-10 | 2 | -9/+24 |
| | | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Cut down even further on rake -T noise | David Heinemeier Hansson | 2010-06-09 | 3 | -23/+78 |
| | |||||
* | Cut down on tasks shown in rake -T | David Heinemeier Hansson | 2010-06-09 | 5 | -21/+21 |
| | |||||
* | Remove outdated section on web servers that didnt really tell you much anyway | David Heinemeier Hansson | 2010-06-09 | 1 | -26/+1 |
| | |||||
* | Remove needless links and search box and update doc links | David Heinemeier Hansson | 2010-06-09 | 1 | -17/+0 |
| | |||||
* | You dont have to manually mention the application layout, its automatically used | David Heinemeier Hansson | 2010-06-09 | 1 | -1/+0 |
| | |||||
* | Get ready for beta 4 | David Heinemeier Hansson | 2010-06-08 | 1 | -1/+1 |
| | |||||
* | Hide remaining generators hooks [#4790 state:resolved] | José Valim | 2010-06-08 | 1 | -1/+5 |
| | |||||
* | Add delete to middleware stack proxy. | José Valim | 2010-06-07 | 1 | -0/+4 |
| | |||||
* | Improve performance of the Logger middleware by using simpler versions of ↵ | wycats | 2010-06-04 | 1 | -3/+4 |
| | | | | methods | ||||
* | Improve performance of the log subscriber by remembering the list of all ↵ | wycats | 2010-06-04 | 1 | -3/+10 |
| | | | | loggers instead of trying to extract them each time | ||||
* | Readme file changes: | Rizwan Reza | 2010-06-05 | 1 | -56/+23 |
| | | | | | | | * Took out stuff that's not relevant (or useful) anymore. * Some formatting. * Added helpful links to get started with Rails. * Took out Apache htaccess tutorial since we aren't teaching Apache here. | ||||
* | Merge branch 'master' of git://github.com/rails/rails | Rizwan Reza | 2010-06-05 | 8 | -12/+23 |
|\ | |||||
| * | Missed fixing the banner on the Usage output for Thor | Mikel Lindsaar | 2010-06-04 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
| * | Changing command line API from 'rails blog' to 'rails new blog'. | Mikel Lindsaar | 2010-06-04 | 4 | -5/+15 |
| | | | | | | | | | | | | | | | | | | | | Also removed the limitation of not being able to call your new server any of the rails commands (generate, server, dbconsole, console etc) as there is no longer any ambiguity here. http://rails.lighthouseapp.com/projects/8994/tickets/4665 Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
| * | Merge branch 'master' of github.com:rails/rails | David Heinemeier Hansson | 2010-06-02 | 5 | -7/+16 |
| |\ | |||||
| | * | Still copy application configuration to generator even if they are required ↵ | José Valim | 2010-06-02 | 3 | -6/+4 |
| | | | | | | | | | | | | earlier. Also tidy up the guide a little bit. | ||||
| * | | You need the ruby-debug available in your Gemfile for debugger to work | David Heinemeier Hansson | 2010-06-02 | 1 | -0/+3 |
| | | | |||||
* | | | Improve Rails README [#4740 state:resolved] | Matt Di Pasquale | 2010-06-05 | 1 | -119/+189 |
| |/ |/| | | | | | Signed-off-by: Rizwan Reza <rizwanreza@gmail.com> |