Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #18837 from y-yagi/fix-deprecation-warning-in-render-test | Arthur Nogueira Neves | 2015-02-06 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | use kwargs instead of xhr method. refs #18771. | yuuji.yaginuma | 2015-02-07 | 1 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | Add link to the show action in the getting started | Rafael Mendonça França | 2015-02-06 | 1 | -0/+1 | |
* | | | | | Merge pull request #18834 from mfazekas/fix-i18-for-openstruct | Rafael Mendonça França | 2015-02-06 | 2 | -1/+13 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fixed undefined method `i18n_key' for nil:NilClass for labels in non AR form_for | Miklos Fazekas | 2015-02-06 | 2 | -1/+13 | |
|/ / / / / | ||||||
* | | | | | Document the usage of the default option to attribute | Sean Griffin | 2015-02-06 | 1 | -0/+14 | |
* | | | | | A symbol can be passed to `attribute`, which should be documented | Sean Griffin | 2015-02-06 | 1 | -3/+4 | |
* | | | | | Grammar and RDoc formatting | Sean Griffin | 2015-02-06 | 2 | -35/+37 | |
* | | | | | Remove reference to the now done documentation.rake | Xavier Noria | 2015-02-06 | 1 | -1/+0 | |
* | | | | | README.rdoc -> README.md for newly generated applications | Xavier Noria | 2015-02-06 | 5 | -5/+9 | |
* | | | | | Remove documentation tasks | Xavier Noria | 2015-02-06 | 9 | -121/+5 | |
* | | | | | Docs pass for the attributes API | Sean Griffin | 2015-02-06 | 2 | -39/+154 | |
* | | | | | Raise ArgumentError when passing nil to Relation#merge | Rafael Mendonça França | 2015-02-06 | 3 | -1/+24 | |
* | | | | | Stoping using Relation#merge in default_scoped | Rafael Mendonça França | 2015-02-06 | 1 | -1/+7 | |
* | | | | | Merge pull request #18833 from perceptec/add_only_performed_option | Rafael Mendonça França | 2015-02-06 | 4 | -18/+186 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add an `:only` option to `perform_enqueued_jobs` to filter jobs based on | Michael Ryan | 2015-02-06 | 4 | -18/+186 | |
|/ / / / / | ||||||
* | | | | | Significantly improve the performance of `_read_attribute` on JRuby | Sean Griffin | 2015-02-06 | 2 | -4/+21 | |
* | | | | | Use keyword argument in the find_in_batches API | Rafael Mendonça França | 2015-02-06 | 1 | -11/+7 | |
* | | | | | Allow a symbol to be passed to `attribute`, in place of a type object | Sean Griffin | 2015-02-06 | 16 | -22/+148 | |
* | | | | | Merge branch 'rm-ntp' | Rafael Mendonça França | 2015-02-06 | 4 | -27/+40 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge pull request #12067 from jackxxu/keep_precision | Rafael Mendonça França | 2015-02-06 | 4 | -27/+40 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Enable number_to_percentage to keep the number's precision by allowing :preci... | Jack Xu | 2013-08-28 | 3 | -16/+31 | |
* | | | | | | | Merge pull request #18831 from colinrymer/patch-1 | Rafael Mendonça França | 2015-02-06 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Indicate link_to creates an anchor element | Colin Rymer | 2015-02-06 | 1 | -2/+2 | |
| |/ / / / / / | ||||||
* / / / / / / | Revert "Improve the performance of HWIDA `select` and `reject`" | Sean Griffin | 2015-02-06 | 1 | -4/+4 | |
|/ / / / / / | ||||||
* | | | | | | Improve the performance of HWIDA `select` and `reject` | Sean Griffin | 2015-02-06 | 1 | -4/+4 | |
* | | | | | | Merge pull request #14028 from uberllama/json_escape_comments | Rafael Mendonça França | 2015-02-06 | 1 | -0/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Amended json_escape comment to clarify that user-generated content must still... | Yuval Kordov | 2014-02-12 | 1 | -0/+5 | |
* | | | | | | | Merge pull request #18388 from claudiob/better-docs-for-active-model-lint-tests | Rafael Mendonça França | 2015-02-06 | 1 | -28/+32 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Better docs for AM::Lint::Tests | claudiob | 2015-01-07 | 1 | -28/+32 | |
* | | | | | | | | revises AM:Dirty example [Godfrey Chan & Xavier Noria] | Xavier Noria | 2015-02-06 | 1 | -6/+2 | |
* | | | | | | | | use parentheses here, for the beard of the Prophet! [ci skip] | Xavier Noria | 2015-02-06 | 1 | -1/+1 | |
* | | | | | | | | applies guidelines to dirty.rb [ci skip] | Xavier Noria | 2015-02-06 | 1 | -11/+11 | |
* | | | | | | | | Merge pull request #18399 from kommen/unify-structure-file-envvar-names | Rafael Mendonça França | 2015-02-05 | 3 | -4/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Use `SCHEMA` instead of `DB_STRUCTURE` for specifiying structure file. | Dieter Komendera | 2015-01-08 | 3 | -4/+10 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #18589 from kamipo/fix_test_types_line_up | Rafael Mendonça França | 2015-02-05 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix `test_types_line_up` when column type missing | Ryuta Kamizono | 2015-01-30 | 1 | -2/+2 | |
* | | | | | | | | | Merge pull request #18526 from vipulnsward/add-silence-stream | Rafael Mendonça França | 2015-02-05 | 9 | -150/+63 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | - Extracted silence_stream method to new module in activesupport/testing. | Vipul A M | 2015-01-20 | 9 | -150/+63 | |
* | | | | | | | | | | Merge pull request #18771 from kirs/deprecate-xhr | Rafael Mendonça França | 2015-02-05 | 10 | -119/+161 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Migrating xhr methods to keyword arguments syntax | Kir Shatrov | 2015-02-01 | 10 | -119/+161 | |
* | | | | | | | | | | | Use keyword arguments | Rafael Mendonça França | 2015-02-05 | 1 | -4/+4 | |
* | | | | | | | | | | | Merge pull request #18747 from vipulnsward/merge-skip-callback | Rafael Mendonça França | 2015-02-05 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Callback#merge merges options for a callback skip instead of a callback. Rena... | Vipul A M | 2015-02-01 | 1 | -2/+2 | |
* | | | | | | | | | | | | Do not run remove_connection in memory db test | Rafael Mendonça França | 2015-02-05 | 1 | -7/+7 | |
* | | | | | | | | | | | | Mark some methods as nodoc | Rafael Mendonça França | 2015-02-05 | 1 | -6/+6 | |
* | | | | | | | | | | | | Remove special case for symbols at find | Rafael Mendonça França | 2015-02-05 | 1 | -2/+0 | |
* | | | | | | | | | | | | Merge branch 'rm-use-active-model-correctly' | Rafael Mendonça França | 2015-02-05 | 6 | -28/+103 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Rename method to make explicit its intention | Rafael Mendonça França | 2015-02-05 | 3 | -3/+3 | |
| * | | | | | | | | | | | | Use kwags to make the argument meaning explicit | Rafael Mendonça França | 2015-02-05 | 3 | -6/+6 |