Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 86 | -1384/+0 |
| | |||||
* | Advise to keep secret token private | Filipe Moreira | 2012-03-12 | 1 | -0/+2 |
| | |||||
* | Revert "let the connection pool of new applications have size 1 rather than 5" | Xavier Noria | 2012-03-07 | 1 | -9/+3 |
| | | | | | | | Reason: Temporarily reverting this because it has uncovered an issue that prevents Sam's test suite from passing. This reverts commit 9b2c38b7bd582d9712c3779294a9bccde7bbd548. | ||||
* | let the connection pool of new applications have size 1 rather than 5 | Xavier Noria | 2012-02-26 | 1 | -3/+9 |
| | | | | | | | | | The majority of Rails applications are multiprocess, people may wonder why rails new generates a default pool of 5, does my application need a connection pool of 5? By generating a default of 1 database.yml is much more clear, and with the comment people know what is the connection pool for, and they know it has to be bigger for multithread apps. | ||||
* | uniformizes the punctuation of comments in some files generated for new apps | Xavier Noria | 2012-01-22 | 4 | -40/+40 |
| | | | | | | Some end with a full stop, some don't. Let's have attention to detail and make them uniform. I have chosen to add full stops according to our documentation guidelines related to RDoc. | ||||
* | update the getting_started guide code [ci skip] | Vijay Dev | 2012-01-19 | 9 | -24/+57 |
| | |||||
* | Rails::Plugin has gone | Santiago Pastorino | 2012-01-03 | 2 | -8/+2 |
| | |||||
* | rename ruby-debug to ruby-debug19 | Vishnu Atrai | 2012-01-01 | 1 | -2/+2 |
| | |||||
* | remove deprecated whiny nil related code | Vishnu Atrai | 2011-12-25 | 2 | -6/+0 |
| | |||||
* | revises some stuff that was out of sync with the recent generated README.rdoc | Xavier Noria | 2011-12-10 | 1 | -0/+0 |
| | |||||
* | implements automatic EXPLAIN logging for slow queries | Xavier Noria | 2011-12-02 | 2 | -0/+11 |
| | |||||
* | Merge pull request #3724 from marcandre/media_default | Yehuda Katz | 2011-11-22 | 1 | -1/+1 |
|\ | | | | | stylesheet_tag default's media is "screen" | ||||
| * | Make explicit the default media when calling stylesheet_tag and change the ↵ | Marc-Andre Lafortune | 2011-11-22 | 1 | -1/+1 |
| | | | | | | | | default generators. | ||||
* | | Move schema_format :sql config setting from test.rb to application.rb | Alex Tambellini | 2011-11-17 | 2 | -5/+5 |
| | | | | | | | | | | | | I've moved the schema_format :sql config setting to application.rb because you would never enable this only for the test environment. If you use database constraints or database specific data types you would want all of your environments to use them. | ||||
* | | Use head :no_content on the guides as well. | José Valim | 2011-11-09 | 1 | -2/+2 |
|/ | |||||
* | edge doesnt provide turn gem in the gemfile anymore | Vijay Dev | 2011-10-23 | 1 | -5/+0 |
| | |||||
* | Encourage use of tagged logging even when using a different logger | David Heinemeier Hansson | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | Added X-Request-Id tracking and TaggedLogging to easily log that and other ↵ | David Heinemeier Hansson | 2011-10-19 | 1 | -0/+3 |
| | | | | production concerns | ||||
* | delete stray backup files from guides sample app | Vijay Dev | 2011-09-13 | 2 | -62/+0 |
| | |||||
* | Added getting_started code, updated guide with link to rails github repo and ↵ | James Gifford | 2011-09-12 | 88 | -0/+1414 |
path to code |