| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | There is already an invitation to use rack-cache in config/environments/produ... | David Heinemeier Hansson | 2012-10-08 | 1 | -3/+0 |
|/ / / |
|
* | | | Cleanup comments a bit and fuck 80 characters | David Heinemeier Hansson | 2012-10-08 | 1 | -16/+10 |
* | | | Inline comment | David Heinemeier Hansson | 2012-10-08 | 1 | -3/+1 |
|/ / |
|
* | | Encoding already defaults to utf-8 per lib/rails/application/configuration.rb:23 | David Heinemeier Hansson | 2012-10-08 | 1 | -3/+0 |
* | | Everyone is running bundler, no need for defensive programming shit | David Heinemeier Hansson | 2012-10-08 | 1 | -2/+2 |
* | | Not precompiling your assets for production is a bad idea -- do not encourage it | David Heinemeier Hansson | 2012-10-08 | 1 | -6/+2 |
* | | Rename "Fixtures" class to "FixtureSet" | Alexey Muranov | 2012-10-07 | 1 | -2/+2 |
* | | Gotta log each spacer line separately to ensure each is tagged | Jeremy Kemper | 2012-10-06 | 1 | -1/+4 |
* | | Tag the blank log line between dev requests so it's easier to filter out enti... | Jeremy Kemper | 2012-10-06 | 1 | -3/+3 |
* | | Remove unneeded attr_reader | Rafael Mendonça França | 2012-10-07 | 1 | -1/+0 |
* | | use Rails backtrace in tests | Francesco Rodriguez | 2012-10-05 | 1 | -0/+4 |
* | | Revert "Use flat_map { } instead of map {}.flatten" | Santiago Pastorino | 2012-10-05 | 4 | -5/+5 |
* | | Use flat_map { } instead of map {}.flatten | Santiago Pastorino | 2012-10-05 | 4 | -5/+5 |
* | | Comment rack-cache entry on Gemfile | Guillermo Iguaran | 2012-10-04 | 1 | -1/+1 |
* | | config.action_dispatch.rack_cache should set explicitly to enable Rack::Cache | Guillermo Iguaran | 2012-10-04 | 2 | -0/+14 |
* | | Strip heredoc to not generate the Gemfile with trailing spaces | Rafael Mendonça França | 2012-10-04 | 1 | -2/+2 |
* | | Turn turbolinks on by default for new apps | David Heinemeier Hansson | 2012-10-04 | 3 | -4/+11 |
* | | Make Rails.public_path return a Pathname | Prem Sichanugrist | 2012-10-02 | 1 | -1/+1 |
* | | Merge pull request #6952 from NZKoz/key_generator | Michael Koziarski | 2012-10-02 | 1 | -1/+10 |
|\ \ |
|
| * | | Provide access to the application's KeyGenerator | Michael Koziarski | 2012-10-01 | 1 | -1/+10 |
* | | | Merge pull request #7794 from guilleiguaran/extract-rack-cache | Santiago Pastorino | 2012-10-01 | 2 | -0/+10 |
|\ \ \ |
|
| * | | | Add rack-cache to default Gemfile | Guillermo Iguaran | 2012-10-01 | 1 | -0/+4 |
| * | | | Use Rack::Cache middleware only if is in Gemfile | Guillermo Iguaran | 2012-10-01 | 1 | -0/+6 |
| |/ / |
|
* / / | Fixed generated whitespace in routes when using namespaced resource. | Jeremy Walker | 2012-09-29 | 1 | -4/+41 |
|/ / |
|
* / | Assets cache shouldn't be shared between different environments | Guillermo Iguaran | 2012-09-28 | 2 | -2/+4 |
|/ |
|
* | Tune up Rails::Rack::Logger. Only put space between requests in development l... | Jeremy Kemper | 2012-09-26 | 1 | -14/+23 |
* | Log newlines separately to ensure the 'Started GET ...' line has a tag on the... | Jeremy Kemper | 2012-09-25 | 1 | -1/+2 |
* | Only apply log tags if the logger supports it | Jeremy Kemper | 2012-09-24 | 1 | -1/+1 |
* | Remove of an extra line in template configuration file. | Geoffrey Roguelon | 2012-09-24 | 1 | -1/+0 |
* | Removed sorting of attribute names in controller generator. | Brian Morearty | 2012-09-23 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-09-21 | 2 | -3/+3 |
|\ |
|
| * | Updated description of what engines are used for | Stephan Hagemann | 2012-09-21 | 1 | -2/+2 |
| * | Remove redundant 'the'. | Uģis Ozols | 2012-09-13 | 1 | -1/+1 |
* | | Remove highly uncommon `config.assets.manifest` option for moving the manifes... | Guillermo Iguaran | 2012-09-19 | 1 | -1/+0 |
* | | Merge pull request #7251 from rails/integrate-strong_parameters | David Heinemeier Hansson | 2012-09-18 | 5 | -15/+16 |
|\ \ |
|
| * | | Change scaffold_generator: Don't use #require or #permit in scaffold if attri... | Guillermo Iguaran | 2012-09-16 | 1 | -0/+4 |
| * | | Change scaffold_controller to generate and use private method to encapsulate ... | Guillermo Iguaran | 2012-09-16 | 2 | -2/+12 |
| * | | Remove all references to attr_accessible/protected and old mass_assignment_sa... | Guillermo Iguaran | 2012-09-16 | 3 | -13/+0 |
* | | | Merge pull request #5339 from gregolsen/week_start_config | Rafael Mendonça França | 2012-09-18 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | Date.beginning_of_week thread local and beginning_of_week application config ... | gregolsen | 2012-09-18 | 1 | -1/+2 |
* | | | | Remove 'assigned but unused variable' warning | Steve Klabnik | 2012-09-18 | 1 | -1/+2 |
|/ / / |
|
* / / | Fix build for Queue. | Arun Agrawal | 2012-09-17 | 1 | -1/+1 |
|/ / |
|
* | | Clarify the documentation on the Rails::Application#call method | David Czarnecki | 2012-09-15 | 1 | -2/+2 |
* | | Move queue classes to ActiveSupport | Santiago Pastorino | 2012-09-14 | 7 | -123/+9 |
* | | Merge pull request #7616 from lest/null-session-forgery-protection | Michael Koziarski | 2012-09-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Implement :null_session CSRF protection method | Sergey Nartimov | 2012-09-13 | 1 | -1/+1 |
* | | | change app/plugin generators to be more SCM agnostic | Derek Prior | 2012-09-12 | 3 | -61/+64 |
* | | | Remove the queue configuration from the environments templates since the | Rafael Mendonça França | 2012-09-12 | 2 | -4/+1 |
* | | | Use the SynchronousQueue as default in production and development. | Rafael Mendonça França | 2012-09-12 | 2 | -4/+4 |
* | | | Action Mailer async flag is true by default using a Synchronous impl | Santiago Pastorino | 2012-09-11 | 3 | -4/+9 |
|/ / |
|