Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change default root route helper | Kohei Hasegawa | 2013-02-26 | 1 | -2/+2 |
| | |||||
* | remove AR auto-explain (config.auto_explain_threshold_in_seconds) | Yves Senn | 2013-02-24 | 2 | -8/+0 |
| | | | | | | | | | | We discussed that the auto explain feature is rarely used. This PR removes only the automatic explain. You can still display the explain output for any given relation using `ActiveRecord::Relation#explain`. As a side-effect this should also fix the connection problem during asset compilation (#9385). The auto explain initializer in the `ActiveRecord::Railtie` forced a connection. | ||||
* | Re-do Getting Started application with Rails 4. | Steve Klabnik | 2013-01-22 | 13 | -136/+99 |
| | | | | | | | The sample application with the Getting Started Guide was very out of date. I've re-done it on edge (as of 51b9def5bf108fb566e) so it should be good to go with Rails 4. It's also in synch with what the guide actually says. | ||||
* | Remove observers and sweepers | Rafael Mendonça França | 2012-11-28 | 1 | -3/+0 |
| | | | | | | | | They was extracted from a plugin. See https://github.com/rails/rails-observers [Rafael Mendonça França + Steve Klabnik] | ||||
* | Rename secret_token_key to secret_key_base | Santiago Pastorino | 2012-11-03 | 1 | -1/+1 |
| | |||||
* | Sign cookies using key deriver | Santiago Pastorino | 2012-11-03 | 1 | -1/+1 |
| | |||||
* | 1.9 hash syntax changes | AvnerCohen | 2012-10-13 | 1 | -3/+3 |
| | |||||
* | Extract ActiveRecord::SessionStore from Rails | Prem Sichanugrist | 2012-08-24 | 1 | -5/+0 |
| | | | | | This functionality will be available from gem `active_record-session_store` instead. | ||||
* | Remove remaining require 'rubygems' | Santiago Pastorino | 2012-05-13 | 1 | -2/+0 |
| | |||||
* | Rewrite adding a second model section of Getting Started Guide | Oscar Del Ben | 2012-04-30 | 1 | -1/+3 |
| | |||||
* | Add REST section to getting started guide | Oscar Del Ben | 2012-04-28 | 1 | -10/+1 |
| | |||||
* | Add delete post section to Getting Started guide | Oscar Del Ben | 2012-04-27 | 1 | -0/+1 |
| | |||||
* | Add partials section to getting started guide | Oscar Del Ben | 2012-04-25 | 1 | -2/+2 |
| | |||||
* | Add update post section to getting started guide | Oscar Del Ben | 2012-04-24 | 1 | -0/+2 |
| | |||||
* | Add index and links section to Getting started guide | Oscar Del Ben | 2012-04-20 | 1 | -1/+2 |
| | |||||
* | Add show action in getting started guide | Oscar Del Ben | 2012-04-20 | 1 | -0/+1 |
| | |||||
* | Adapt "Getting started guide" code sample | Oscar Del Ben | 2012-04-20 | 1 | -5/+6 |
| | |||||
* | Changed the config.assets.manifest path in the comments to nil. | Anuj Dutta | 2012-03-28 | 1 | -1/+1 |
| | |||||
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 15 | -0/+353 |