Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a header that tells Internet Explorer (all versions) to use the best ↵ | wycats | 2010-07-27 | 1 | -1/+1 | |
| | | | | | | available standards support. This ensures that IE doesn't go into quirks mode because it has been blacklisted by too many users pressing the incompatible button. It also tells IE to use the ChromeFrame renderer, if the user has installed the plugin. This guarantees that the best available standards support will be used on the client. | |||||
* | Avoid calls to Rails::Application since this is not the official API. | José Valim | 2010-07-01 | 1 | -5/+5 | |
| | | | | Your application should *always* reference your application const (as Blog::Application) and Rails.application should be used just internally. | |||||
* | Changing command line API from 'rails blog' to 'rails new blog'. | Mikel Lindsaar | 2010-06-04 | 1 | -0/+6 | |
| | | | | | | | | | | 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> | |||||
* | Ops. Rename performance to profiler. | José Valim | 2010-04-29 | 1 | -1/+1 | |
| | ||||||
* | The rake task :environment now loads config/environment.rb instead of ↵ | José Valim | 2010-04-29 | 1 | -54/+48 | |
| | | | | initializing the application on its own. This fixes [#4492 state:resolved] and also avoids the application being initialized twice in some rake tasks. | |||||
* | Load the environment before executing rails console. [#3905 status:resolved] | José Valim | 2010-03-12 | 1 | -1/+1 | |
| | ||||||
* | Revert "Always load the environment before executing any command. [#3905 ↵ | José Valim | 2010-03-12 | 1 | -4/+6 | |
| | | | | | | status:resolved]" This reverts commit 16846553b8866eab2aa3b128a2a23a221a25f7e3. | |||||
* | Always load the environment before executing any command. [#3905 ↵ | José Valim | 2010-03-12 | 1 | -6/+4 | |
| | | | | status:resolved] | |||||
* | Fix server environment [#3877 status:resolved] | Simo Niemelä | 2010-02-10 | 1 | -2/+5 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | rails runner loads environment after parsing command-line options | Jeremy Kemper | 2010-02-09 | 1 | -2/+0 | |
| | ||||||
* | Take into account gem versions (so script/rails server can work outside the ↵ | José Valim | 2010-02-08 | 1 | -1/+1 | |
| | | | | application) and use Rails::Application.root instead of ROOT_PATH. | |||||
* | server command loads the application | Jeremy Kemper | 2010-02-04 | 1 | -1/+2 | |
| | ||||||
* | Remove duplicated version check. | José Valim | 2010-02-04 | 1 | -2/+0 | |
| | ||||||
* | -v and --version params now work on rails script in or our of an app | Mikel Lindsaar | 2010-02-04 | 1 | -0/+3 | |
| | ||||||
* | Make bin/rails call rails/commands/application, fix generators usage and ↵ | José Valim | 2010-02-03 | 1 | -13/+66 | |
| | | | | update .gitignores. | |||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+17 | |