| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Stop reading the same file twice for testing different content | Carlos Antonio da Silva | 2013-07-22 | 1 | -8/+4 |
* | | | | AR::Base does not need to know how to create reflection objects | Aaron Patterson | 2013-07-22 | 3 | -21/+21 |
* | | | | remove unnecessary reader | Aaron Patterson | 2013-07-22 | 1 | -4/+4 |
* | | | | only flatten one side | Aaron Patterson | 2013-07-22 | 1 | -1/+1 |
* | | | | extend by adding relationships rather than monkey patching | Aaron Patterson | 2013-07-22 | 2 | -11/+13 |
* | | | | decouple extensions from association object state | Aaron Patterson | 2013-07-22 | 2 | -3/+3 |
* | | | | Merge pull request #11558 from kennyj/bump_mysql2_to_0_3_13 | Guillermo Iguaran | 2013-07-22 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Uses mysql2 0.3.13 or later | kennyj | 2013-07-23 | 1 | -1/+1 |
|/ / / |
|
* | | | Leave the knowledge of boolean tag values to content tag | Carlos Antonio da Silva | 2013-07-22 | 1 | -3/+3 |
* | | | Use merge! to avoid a new hash and change some spots to 1.9 hash style | Carlos Antonio da Silva | 2013-07-22 | 1 | -7/+7 |
* | | | Fix changelog syntax and use Ruby 1.9 hash style [ci skip] | Carlos Antonio da Silva | 2013-07-22 | 1 | -2/+1 |
* | | | Merge pull request #11461 from kennyj/fix_11454 | Yves Senn | 2013-07-22 | 4 | -8/+34 |
|\ \ \ |
|
| * | | | Added some usage about ActiveRecord::Result [ci skip] | kennyj | 2013-07-23 | 1 | -2/+26 |
| * | | | Defines the return type of select / select_all method. | kennyj | 2013-07-23 | 3 | -6/+8 |
|/ / / |
|
* | | | Move #11546 changelog to the top [ci skip] | Carlos Antonio da Silva | 2013-07-22 | 1 | -13/+13 |
* | | | Add info about placing a new CHANGELOG entry to contributing guide | Piotr Sarnacki | 2013-07-22 | 1 | -1/+1 |
* | | | Revert "Match Dev/Prod parity for Index Page" | Piotr Sarnacki | 2013-07-22 | 3 | -5/+3 |
* | | | Merge pull request #11546 from swoop-inc/ss_memory_store_cache_size | Piotr Sarnacki | 2013-07-22 | 3 | -5/+53 |
|\ \ \
| |/ /
|/| | |
|
| * | | [Fixes #11512] improves cache size calculation in ActiveSupport::Cache::Memor... | Simeon Simeonov | 2013-07-22 | 3 | -5/+53 |
* | | | Merge pull request #11528 from Empact/optimistic_lock_improvement | Rafael Mendonça França | 2013-07-22 | 5 | -4/+33 |
|\ \ \ |
|
| * | | | Don't allow `quote_value` to be called without a column | Ben Woosley | 2013-07-22 | 3 | -3/+12 |
| * | | | Tidy up the "Specified column type for quote_value" changes | Ben Woosley | 2013-07-22 | 3 | -4/+4 |
| * | | | Specified column type for quote_value | Alfred Wong | 2013-07-22 | 3 | -1/+21 |
* | | | | Merge pull request #11537 from Karunakar/small_fix | Rafael Mendonça França | 2013-07-22 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | syntax fix for f.select doc. [ci skip] . | Karunakar (Ruby) | 2013-07-22 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #11551 from skammer/patch-1 | Yves Senn | 2013-07-22 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Removed random dot in code sample [ci skip] | Max Vasiliev | 2013-07-22 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge pull request #11549 from dmathieu/test_duplication | Santiago Pastorino | 2013-07-22 | 1 | -4/+0 |
|\ \ \ \ |
|
| * | | | | remove useless duplication in include test | Damien Mathieu | 2013-07-22 | 1 | -4/+0 |
* | | | | | Merge pull request #11536 from dpickett/patch-1 | Santiago Pastorino | 2013-07-22 | 1 | -1/+0 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | metal is no longer mentioned on rack guide | Dan Pickett | 2013-07-21 | 1 | -1/+0 |
* | | | | | Merge pull request #11538 from vipulnsward/rescue-exp | Piotr Sarnacki | 2013-07-22 | 3 | -3/+17 |
|\ \ \ \ \ |
|
| * | | | | | rescue from all exceptions in `ConnectionManagement#call` | Vipul A M | 2013-07-22 | 3 | -3/+17 |
* | | | | | | Merge pull request #11514 from schneems/schneems/dev-prod-parity-index | Piotr Sarnacki | 2013-07-22 | 3 | -3/+5 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Match Dev/Prod parity for Index Page | schneems | 2013-07-20 | 3 | -3/+5 |
* | | | | | | Revert "Merge pull request #11416 from tigrish/master" | Yves Senn | 2013-07-22 | 3 | -4/+4 |
* | | | | | | Merge pull request #11517 from nashby/optgroup-html-attributes | Piotr Sarnacki | 2013-07-21 | 3 | -1/+25 |
|\ \ \ \ \ \ |
|
| * | | | | | | add support for html attributes to grouped_options_for_select | Vasiliy Ermolovich | 2013-07-20 | 3 | -1/+25 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge pull request #11534 from gaurish/log | Piotr Sarnacki | 2013-07-21 | 1 | -0/+31 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add logging performance [ci skip] | Gaurish Sharma | 2013-07-21 | 1 | -0/+31 |
* | | | | | | | Update note about declarative etags in release notes | Guillermo Iguaran | 2013-07-21 | 1 | -1/+1 |
* | | | | | | | Improve comment about ActiveModel::Model | Guillermo Iguaran | 2013-07-21 | 1 | -2/+2 |
| |_|_|_|/ /
|/| | | | | |
|
* | | | | | | Fix note about AP/AV decoupling in release notes | Guillermo Iguaran | 2013-07-21 | 1 | -1/+1 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Clear named routes when routes.rb is reloaded | Andrew White | 2013-07-21 | 3 | -0/+54 |
* | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-07-21 | 11 | -28/+42 |
|\ \ \ \ \ |
|
| * | | | | | use strong_params in example | Mikhail Dieterle | 2013-07-19 | 1 | -1/+6 |
| * | | | | | use the appropriate RDoc code markup | Damien Mathieu | 2013-07-18 | 1 | -2/+2 |
| * | | | | | document the Rails::ConsoleMethods#helper and #controller methods | Damien Mathieu | 2013-07-18 | 1 | -0/+6 |
| * | | | | | Merge pull request #159 from rajcybage/my_fix | Rafael Mendonça França | 2013-07-17 | 1 | -4/+4 |
| |\ \ \ \ \ |
|
| | * | | | | | fixes the test case of that plugins | Rajarshi Das | 2013-07-18 | 1 | -4/+4 |
| |/ / / / / |
|