Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #14771 from heironimus/i18n_guide_reorder | Arthur Nogueira Neves | 2014-04-16 | 1 | -54/+54 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | [skip ci] Reorder i18n guide | Kyle Heironimus | 2014-04-16 | 1 | -54/+54 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #14773 from eric-chahin/null_relation_fix | Yves Senn | 2014-04-16 | 3 | -2/+19 | |
|\ \ \ \ \ | ||||||
| * | | | | | Changed the NullRelation so that when count is called with #group it will pro... | Eric Chahin | 2014-04-16 | 3 | -2/+19 | |
* | | | | | | `sanitize_sql_like` escapes `escape_character` not only backslash. | Yves Senn | 2014-04-16 | 2 | -5/+7 | |
* | | | | | | Merge pull request #11836 from mcfiredrill/engines-testing-doc | Arthur Nogueira Neves | 2014-04-16 | 1 | -0/+10 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | additional note about routes in functional tests for engines [ci skip] | Tony Miller | 2013-08-10 | 1 | -0/+10 | |
* | | | | | | SQL Like escaping helper method. [Rob Gilson & Yves Senn] | Rob Gilson | 2014-04-16 | 3 | -0/+48 | |
* | | | | | | Merge pull request #14770 from crazymykl/avoid_dos_vuln_in_i18n_guide | Rafael Mendonça França | 2014-04-15 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ci skip] Avoid suggesting dangerous code in i18n guide | Mike MacDonald | 2014-04-15 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #14733 from akshay-vishnoi/test-cases | Rafael Mendonça França | 2014-04-15 | 2 | -16/+12 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Object#duplicable? | Akshay Vishnoi | 2014-04-16 | 2 | -16/+12 | |
* | | | | | | | Merge pull request #14768 from spectator/ac_metal_docfix | Rafael Mendonça França | 2014-04-15 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update AC::Metal documentation example [ci skip] | Yury Velikanau | 2014-04-15 | 1 | -1/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Add CHANGELOG entry for #14766 [ci skip] | Rafael Mendonça França | 2014-04-15 | 1 | -0/+6 | |
* | | | | | | | Merge pull request #14765 from byroot/refactor-counter-cache-create-and-destroy | Rafael Mendonça França | 2014-04-15 | 3 | -34/+44 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Hide BelongsToAssociation#increment_counters and #decrement_counters | Jean Boussier | 2014-04-15 | 2 | -3/+2 | |
| * | | | | | | | Restore the destroy_by_association check in post destroy counter cache | Jean Boussier | 2014-04-15 | 1 | -2/+9 | |
| * | | | | | | | Set _after_create_counter_called flag to make update counter cache work | Jean Boussier | 2014-04-15 | 1 | -1/+6 | |
| * | | | | | | | Use inheritance chain instead of callbacks to increment counter caches after ... | Jean Boussier | 2014-04-14 | 2 | -20/+4 | |
| * | | | | | | | Use inheritance chain instead of callbacks to increment counter caches after ... | Jean Boussier | 2014-04-14 | 3 | -16/+31 | |
* | | | | | | | | Merge pull request #14766 from eric-chahin/migration_bug | Rafael Mendonça França | 2014-04-15 | 3 | -2/+30 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Changed change_column in PG schema_statements.rb to make sure that the uuid_g... | Eric Chahin | 2014-04-15 | 3 | -2/+30 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #14745 from razum2um/plain-text-diagnostics | Rafael Mendonça França | 2014-04-15 | 3 | -1/+11 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Display diagnostics in text format for xhr request | Vlad Bokov | 2014-04-14 | 3 | -1/+11 | |
* | | | | | | | | | Merge pull request #14762 from dwo/master | Arthur Nogueira Neves | 2014-04-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | use YAML.load_file in database tasks example | Robin Tweedie | 2014-04-15 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #14756 from laurocaetano/fix-count-on-association-relation | Rafael Mendonça França | 2014-04-15 | 3 | -9/+12 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Make sure the column_name is different from 'all'. | Lauro Caetano | 2014-04-14 | 1 | -1/+1 | |
| * | | | | | | | | | The Association Relation should use `empty?` and `size` from Relation. | Lauro Caetano | 2014-04-14 | 2 | -8/+11 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #14758 from JuanitoFatas/migrations-md | Yves Senn | 2014-04-15 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [ci skip] Add missing end in one of the examples in Migrations.md. | Juanito Fatas | 2014-04-15 | 1 | -0/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #14728 from stomar/assertion-msg | Yves Senn | 2014-04-15 | 2 | -14/+16 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Refine tests for assert_select failure messages | Marcus Stollsteimer | 2014-04-14 | 1 | -11/+13 | |
| * | | | | | | | | | Remove surplus period from assertion messages | Marcus Stollsteimer | 2014-04-13 | 1 | -3/+3 | |
* | | | | | | | | | | Merge pull request #14642 from tgxworld/fix_notifications_not_unsubscribing | Yves Senn | 2014-04-15 | 2 | -6/+9 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix subscriptions not being unsubscribed. | Guo Xiang Tan | 2014-04-14 | 2 | -6/+9 | |
* | | | | | | | | | | Make console and generators blocks works at Application instance level | Rafael Mendonça França | 2014-04-14 | 4 | -0/+114 | |
* | | | | | | | | | | :scissors: | Rafael Mendonça França | 2014-04-14 | 1 | -4/+4 | |
* | | | | | | | | | | Return null type format when format is not know | Rafael Mendonça França | 2014-04-14 | 3 | -1/+13 | |
* | | | | | | | | | | Remove outdated comment | Rafael Mendonça França | 2014-04-14 | 1 | -1/+0 | |
* | | | | | | | | | | Merge pull request #14729 from akshay-vishnoi/doc_changes | Richard Schneeman | 2014-04-14 | 2 | -7/+7 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | [ci skip] Improve doc, fix grammatical issue | Akshay Vishnoi | 2014-04-13 | 2 | -7/+7 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #14735 from byroot/idempotent-counter-caches | Aaron Patterson | 2014-04-14 | 3 | -4/+47 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Make counter cache decrementation on destroy idempotent | Jean Boussier | 2014-04-13 | 2 | -4/+26 | |
| * | | | | | | | | | Write the failing test case for concurrent counter cache | Jean Boussier | 2014-04-13 | 1 | -0/+21 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #14746 from zenati/master | Yves Senn | 2014-04-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [ci skip] Added link to ruby-lang.org installation. | ZENATI YASSINE | 2014-04-14 | 1 | -1/+1 | |
* | | | | | | | | | | Use the index on hidden field | Rafael Mendonça França | 2014-04-14 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #14736 from nashby/hidden-index | Rafael Mendonça França | 2014-04-14 | 3 | -4/+26 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | |