Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Init guide: further revision, covering rails/plugin.rb and friends | Ryan Bigg | 2010-12-23 | 1 | -4/+116 |
| | |||||
* | Further re-working of the initialization guide | Ryan Bigg | 2010-12-21 | 1 | -0/+81 |
| | |||||
* | deleting trailing whitespaces | Vijay Dev | 2010-12-19 | 1 | -6/+6 |
| | |||||
* | init guide: Cover beginnings of rails/application.rb | Ryan Bigg | 2010-12-17 | 1 | -0/+11 |
| | |||||
* | init guide: Cover ruby version checker and kernel reporting and logger coreext | Ryan Bigg | 2010-12-17 | 1 | -0/+25 |
| | |||||
* | WIP: Reviewing the initialization guide for Rails 3.1 | Ryan Bigg | 2010-12-15 | 1 | -121/+393 |
| | |||||
* | updated the rails guide to reflect changes in the action view railtie ↵ | Josh Kalderimis | 2010-11-16 | 1 | -5/+5 |
| | | | | relating to the asset id cache code | ||||
* | Bump bundler up to 1.0.3 | Santiago Pastorino | 2010-10-16 | 1 | -1/+1 |
| | |||||
* | I corrected a code snippet typo in the ↵ | Philip R. Dutton | 2010-10-11 | 1 | -1/+1 |
| | | | | railties/guides/source/initialization.textile file [#5779 state:resolved] | ||||
* | adds to the API guidelines the proper spelling of Arel | Xavier Noria | 2010-09-19 | 1 | -1/+1 |
| | |||||
* | Bring back build to the initialization guide | Santiago Pastorino | 2010-08-31 | 1 | -2/+2 |
| | |||||
* | resolves merge conflict | Xavier Noria | 2010-08-31 | 1 | -1/+2 |
|\ | |||||
| * | Merge branch 'master' of github.com:lifo/docrails | Joost Baaij | 2010-08-30 | 1 | -1/+1 |
| |\ | |||||
| | * | Revert "Revert "refer to guides since 3.0 is released now"" | Xavier Noria | 2010-08-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Wanted to revert a different commit with same message This reverts commit 15d07981f6617a3f97f9e36f257131b56a97a441. | ||||
| * | | Merge branch 'master' of github.com:lifo/docrails | Joost Baaij | 2010-08-30 | 1 | -1/+1 |
| |\| | |||||
| | * | Revert "refer to guides since 3.0 is released now" | Xavier Noria | 2010-08-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Reason: This is an exception. Thing is when you contribute to Rails you need to know how to proceed *now*, the instructions may be different than the ones published with some past release. This reverts commit 3d13dc88e20f86ac294baeafdd8343c5ddd3b623. | ||||
| * | | Remove beta and RC paths in documentation | Joost Baaij | 2010-08-30 | 1 | -22/+22 |
| |/ | |||||
| * | refer to guides since 3.0 is released now | Joost Baaij | 2010-08-30 | 1 | -1/+1 |
| | | |||||
* | | No more beta or rc on guides | Santiago Pastorino | 2010-08-29 | 1 | -22/+22 |
|/ | |||||
* | Master is now targeting 3.1.0.beta | David Heinemeier Hansson | 2010-08-23 | 1 | -2/+2 |
| | |||||
* | Point guides to bundler 1.0.0.rc.6 | Santiago Pastorino | 2010-08-23 | 1 | -1/+1 |
| | |||||
* | Bump up rack-mount to 0.6.12 | Santiago Pastorino | 2010-08-22 | 1 | -1/+1 |
| | |||||
* | Bump up tzinfo to 0.3.23 | Santiago Pastorino | 2010-08-20 | 1 | -1/+1 |
| | |||||
* | Bump up rack-mount to 0.6.10 | Santiago Pastorino | 2010-08-19 | 1 | -1/+1 |
| | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -55/+55 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | Bump up bundler version to rc.2 | Santiago Pastorino | 2010-07-29 | 1 | -1/+1 |
| | |||||
* | This version is going to be outdated when new nokogiri versions are released | Santiago Pastorino | 2010-07-29 | 1 | -1/+1 |
| | |||||
* | Bump up nokogiri to 1.4.3.1 | Santiago Pastorino | 2010-07-29 | 1 | -1/+1 |
| | |||||
* | updating documentation about lazy hooks in ActiveSupport | Neeraj Singh | 2010-07-29 | 1 | -12/+7 |
| | |||||
* | Bump up nokogiri, memcache-client, sqlite3-ruby, fcgi, mail and tzinfo | Santiago Pastorino | 2010-07-15 | 1 | -5/+6 |
| | |||||
* | Bump up to rack-mount 0.6.9 and rack-mount-0.6.6.pre removed from ↵ | Santiago Pastorino | 2010-07-15 | 1 | -1/+1 |
| | | | | action_dispatch vendor | ||||
* | Describe recent changes in Multibyte::Chars. | Norman Clarke | 2010-07-08 | 1 | -56/+81 |
| | |||||
* | bump erubis version to 2.6.6 and thor version to 0.13.7 | Santiago Pastorino | 2010-07-02 | 1 | -2/+2 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Bump bundler dependency to 1.0.0.beta.2 or later | Jeremy Kemper | 2010-07-01 | 1 | -1/+1 |
| | |||||
* | Avoid calls to Rails::Application since this is not the official API. | José Valim | 2010-07-01 | 1 | -46/+26 |
| | | | | Your application should *always* reference your application const (as Blog::Application) and Rails.application should be used just internally. | ||||
* | Bump rack-mount to 0.6.5 for tokenizer speedup | Jeremy Kemper | 2010-06-21 | 1 | -1/+1 |
| | |||||
* | gems versions bumped up | Santiago Pastorino | 2010-06-13 | 1 | -20/+20 |
| | |||||
* | Removing Metal from Rails 3. | wycats | 2010-05-29 | 1 | -5/+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. | ||||
* | Cover more of the Rails initialization process, regarding the internals of ↵ | Ryan Bigg | 2010-05-25 | 1 | -3/+63 |
| | | | | YourApp::Application inheritance from Rails::Application and more. | ||||
* | Reorganized initializers a bit to enable better hooks for common cases ↵ | wycats | 2010-05-15 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | without the need for Railtie. Specifically, the following hooks were added: * before_configuration: this hook is run immediately after the Application class comes into existence, but before the user has added any configuration. This is the appropriate place to set configuration for your plugin * before_initialize: This is run after all of the user's configuration has completed, but before any initializers have begun (in other words, it runs right after config/environments/{development,production,test}.rb) * after_initialize: This is run after all of the initializers have run. It is an appropriate place for forking in a preforking setup Each of these hooks may be used via ActiveSupport.on_load(name) { }. In all these cases, the context inside the block will be the Application object. This means that for simple cases, you can use these hooks without needing to create a Railtie. | ||||
* | the names of Rails components have a space, eg "Active Record" | Xavier Noria | 2010-04-25 | 1 | -77/+77 |
| | |||||
* | Merge commit 'docrails/master' | Xavier Noria | 2010-04-16 | 1 | -458/+24 |
|\ | |||||
| * | Begun documenting YourApp::Application and how it ties in with the backend. | Ryan Bigg | 2010-04-14 | 1 | -0/+43 |
| | | |||||
| * | Rip out bundler notes, they're now living at ↵ | Ryan Bigg | 2010-04-14 | 1 | -550/+3 |
| | | | | | | | | http://github.com/radar/how-rails-works/raw/master/bundler.textile. It really needs its own guide. | ||||
| * | More expansion on Bundler internals. | Ryan Bigg | 2010-04-14 | 1 | -6/+76 |
| | | |||||
* | | Bump rack-mount dependency to ~> 0.6.3 for CRITICAL FIX | Jeremy Kemper | 2010-04-16 | 1 | -2/+2 |
| | | |||||
* | | Revert "Require rack-mount 0.6.0 since 0.6.1 and later can't be bundled" | Jeremy Kemper | 2010-04-16 | 1 | -2/+2 |
| | | | | | | | | | | | | They can be bundled. Just the git repos can't. Use rails/rack-mount for that. This reverts commit ef6cdc974f7c3d98eb0a3ad65761e10600f04110. | ||||
* | | Require rack-mount 0.6.0 since 0.6.1 and later can't be bundled | Jeremy Kemper | 2010-04-14 | 1 | -2/+2 |
|/ | |||||
* | Merge commit 'docrails/master' | Xavier Noria | 2010-04-14 | 1 | -6/+12 |
|\ | |||||
| * | Use <plain> instead of <text> | Ryan Bigg | 2010-04-14 | 1 | -6/+12 |
| | |