| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix issue with Kernel#silence_stream leaking file descriptors | Mario Visic | 2013-12-06 | 3 | -0/+21 |
* | fix pg warnings on geometric types | Aaron Patterson | 2013-12-05 | 1 | -10/+23 |
* | Merge pull request #13122 from andrielfn/fix-collection-label-class | Rafael Mendonça França | 2013-12-05 | 5 | -2/+98 |
|\ |
|
| * | Label only accepts `:index` and `:namespace` attributes from the input | Andriel Nuernberg | 2013-12-05 | 5 | -2/+98 |
|/ |
|
* | Improve AR changelog [ci skip] | Carlos Antonio da Silva | 2013-12-05 | 1 | -1/+1 |
* | Use the right type_map | Rafael Mendonça França | 2013-12-05 | 2 | -5/+3 |
* | Merge branch 'av-loading-order' | Rafael Mendonça França | 2013-12-05 | 2 | -5/+19 |
|\ |
|
| * | Remove the explicit order set for the initializer | Rafael Mendonça França | 2013-12-05 | 1 | -1/+1 |
| * | Assert the singleton instead of to truthy/falsy | Rafael Mendonça França | 2013-12-05 | 1 | -4/+4 |
| * | Add tests to cache_template_loading when an engine loaded Action View | Rafael Mendonça França | 2013-12-05 | 1 | -0/+14 |
* | | Merge pull request #13199 from arunagw/spring-test-only-development | Rafael Mendonça França | 2013-12-05 | 1 | -1/+1 |
|\ \ |
|
| * | | Make sure that spring is loaded in development only | Arun Agrawal | 2013-12-05 | 1 | -1/+1 |
| |/ |
|
* / | Remove deprecated call to Relation#all | Carlos Antonio da Silva | 2013-12-05 | 1 | -1/+1 |
|/ |
|
* | Using 2.3.11 URL for 2.3.x guides [ci skip] | Arun Agrawal | 2013-12-05 | 1 | -1/+1 |
* | Merge pull request #13189 from strzalek/retain-ap-av-dep | Jeremy Kemper | 2013-12-05 | 10 | -33/+8 |
|\ |
|
| * | Remove missing integration points of AV extraction | Carlos Antonio da Silva | 2013-12-05 | 3 | -5/+1 |
| * | Include AV::Layouts directly in AM::Base | Łukasz Strzałkowski | 2013-12-05 | 2 | -6/+2 |
| * | Retain ActionPack dependency on ActionView | Łukasz Strzałkowski | 2013-12-05 | 6 | -22/+5 |
* | | Merge pull request #12646 from severin/polymorphic_belongs_to_touch | Yves Senn | 2013-12-05 | 3 | -17/+63 |
|\ \ |
|
| * | | polymorphic belongs_to association with touch: true updates old record correctly | Severin Schoepke | 2013-12-05 | 3 | -17/+63 |
|/ / |
|
* | | Merge pull request #13190 from senny/set_enforce_available_locales_first | Carlos Antonio da Silva | 2013-12-05 | 3 | -0/+21 |
|\ \ |
|
| * | | set `i18n.enforce_available_locales` before `i18n.default_locale`. | Yves Senn | 2013-12-05 | 3 | -0/+21 |
|/ / |
|
* | | add missing CHANGELOG entry for d8c6f52. [ci skip] | Yves Senn | 2013-12-05 | 2 | -0/+8 |
* | | end sentences with a `.`. [ci skip] | Yves Senn | 2013-12-05 | 3 | -12/+14 |
* | | Merge pull request #13185 from Jashank/patch-1 | Jeremy Kemper | 2013-12-04 | 1 | -1/+1 |
|\ \ |
|
| * | | Rails on Rack: Replace an unpleasant grammatical construct. | Jashank Jeremy | 2013-12-05 | 1 | -1/+1 |
|/ / |
|
* | | 2.1.0 is fine | Rafael Mendonça França | 2013-12-05 | 1 | -1/+0 |
* | | Use the released arel gem | Rafael Mendonça França | 2013-12-05 | 2 | -2/+1 |
* | | Merge pull request #12995 from rails/application-verifier | Rafael Mendonça França | 2013-12-04 | 4 | -6/+97 |
|\ \ |
|
| * | | Hightlight message verifier in the release notes [ci skip] | Rafael Mendonça França | 2013-12-04 | 1 | -0/+11 |
| * | | Make salt argument required for message verifier | Rafael Mendonça França | 2013-12-04 | 3 | -13/+13 |
| * | | Fix typos | Rafael Mendonça França | 2013-12-04 | 2 | -3/+3 |
| * | | Test if two different verifiers don't share the same secret | Rafael Mendonça França | 2013-12-04 | 1 | -2/+12 |
| * | | Update the releases notes | Rafael Mendonça França | 2013-12-04 | 1 | -0/+1 |
| * | | Don't need to use a controller to test the verifier | Rafael Mendonça França | 2013-12-04 | 1 | -9/+3 |
| * | | No need to configure salts | Rafael Mendonça França | 2013-12-04 | 3 | -34/+7 |
| * | | Make possibile to get different message verifiers | Rafael Mendonça França | 2013-12-04 | 3 | -10/+37 |
| * | | Add missing require | Rafael Mendonça França | 2013-12-04 | 1 | -0/+1 |
| * | | Rename verifier to message_verifier | Rafael Mendonça França | 2013-12-04 | 3 | -10/+10 |
| * | | Add documentation and CHANGELOG entry to Application#verifier | Rafael Mendonça França | 2013-12-04 | 2 | -0/+21 |
| * | | Add application verifier | Rafael Mendonça França | 2013-12-04 | 2 | -0/+53 |
|/ / |
|
* | | make the type_map per connection. fixes #13182 | Aaron Patterson | 2013-12-04 | 2 | -12/+17 |
* | | Merge pull request #13183 from sorah/never_ignore_i18n_translate_raise_option | Carlos Antonio da Silva | 2013-12-04 | 3 | -1/+22 |
|\ \ |
|
| * | | Escalate missing error when :raise is true | Shota Fukumori (sora_h) | 2013-12-05 | 3 | -1/+22 |
|/ / |
|
* | | Run Travis tests using Ruby 2.1.0-preview2 too | Santiago Pastorino | 2013-12-04 | 1 | -0/+2 |
* | | Update changelog [ci skip] | Rafael Mendonça França | 2013-12-04 | 1 | -2/+2 |
* | | Update guides welcome page to point to version 3.2.16 [ci skip] | Arun Agrawal | 2013-12-04 | 1 | -2/+2 |
* | | Merge pull request #13177 from kuldeepaggarwal/doc-upgrade | Rafael Mendonça França | 2013-12-04 | 1 | -2/+2 |
|\ \ |
|
| * | | update guides to new version of rails 3.2.x[ci skip] | Kuldeep Aggarwal | 2013-12-05 | 1 | -2/+2 |
* | | | Review json_escape docs [ci skip] | Carlos Antonio da Silva | 2013-12-04 | 1 | -22/+22 |
|/ / |
|