Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs, remove getting started guide sample application. [ci skip] | Yves Senn | 2014-06-14 | 3 | -154/+0 |
| | | | | | | | | This application always gets out of sync and doesn't add much value. Closes #15721 /cc @rafaelfranca | ||||
* | [ci skip] Fix capitalization | Akshay Vishnoi | 2014-06-07 | 1 | -4/+4 |
| | |||||
* | Default config.assets.digests to true in development | Dan Kang | 2014-05-17 | 1 | -0/+8 |
| | |||||
* | Update documentation to use Rails.application instead | Marcel Morgan | 2014-04-13 | 3 | -3/+3 |
| | | | | | | | References to ``AppName::Application` removed in favour of ``Rails.application`` as generated with a new rails 4.1 app. [ci skip] | ||||
* | Correct grammar from '... allowing both thread web servers ...' to '... ↵ | Adrien Lamothe | 2014-01-25 | 1 | -1/+1 |
| | | | | allowing both threaded web servers ...'. | ||||
* | Use single quotes in generated files | Chulki Lee | 2014-01-14 | 1 | -1/+1 |
| | |||||
* | Change all "can not"s to the correct "cannot". | T.J. Schuck | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Fix punctuation in config templates | Akira Matsuda | 2013-06-28 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -23/+42 |
| | | | | | | | 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. | ||||
* | 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 | 3 | -0/+135 |