aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix inherit from deprecated `ActionView::Template::Handlers::Erubis`Fumiaki MATSUSHIMA2017-02-013-1/+12
* Merge pull request #27856 from kenta-s/remove-redundant-right-parenthesesप्रथमेश Sonpatki2017-01-311-1/+1
|\
| * Remove redundant right parentheses in number_helper [ci skip]kenta-s2017-01-311-1/+1
|/
* Merge pull request #27838 from kamipo/reload_destroyed_through_recordRafael França2017-01-312-0/+11
|\
| * Reload `through_record` that has been destroyed in `create_through_record`Ryuta Kamizono2017-01-292-0/+11
* | Raise in the initialize not in the executeRafael Mendonça França2017-01-313-13/+12
* | Merge pull request #27824 from kenta-s/raise-an-error-if-no-block-givenRafael França2017-01-313-2/+17
|\ \
| * | Raise an error if FileUpdateChecker#execute is called with no blockkenta-s2017-01-283-2/+17
* | | Don't mutate raw_source in mailer preview interceptorEugene Kenny2017-01-302-5/+35
* | | Merge pull request #27849 from joevandyk/patch-2Rafael França2017-01-311-1/+2
* | | Merge pull request #27853 from y-yagi/add_default_value_to_deliver_later_queu...Rafael França2017-01-311-1/+1
|\ \ \
| * | | add default value to `deliver_later_queue_name` option [ci skip]yuuji.yaginuma2017-01-311-1/+1
* | | | Merge pull request #27738 from kenta-s/remove-unused-argument-formatsRafael França2017-01-312-27/+27
|\ \ \ \
| * | | | Remove unused argument `formats`kenta-s2017-01-202-27/+27
* | | | | Merge pull request #27842 from richseviora/masterRafael França2017-01-312-0/+39
|\ \ \ \ \
| * | | | | Added warning for reserved YAML keywords.Rich Seviora2017-01-302-0/+39
| | |_|_|/ | |/| | |
* | | | | Merge pull request #27647 from Shopify/fully-eagerload-journeyRafael França2017-01-306-1/+45
|\ \ \ \ \
| * | | | | Fully initialize routes before the first request is handledJean Boussier2017-01-186-1/+45
* | | | | | Merge pull request #27797 from y-yagi/correctly_check_error_messageArthur Nogueira Neves2017-01-306-12/+27
|\ \ \ \ \ \
| * | | | | | correctly check error messageyuuji.yaginuma2017-01-256-12/+27
* | | | | | | Avoid lambda scopes when possibleAaron Patterson2017-01-301-3/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #27851 from tenderlove/scope-chainAaron Patterson2017-01-304-57/+47
|\ \ \ \ \ \
| * | | | | | deprecate `scope_chain`Aaron Patterson2017-01-302-5/+17
| * | | | | | update comments and call `super`Aaron Patterson2017-01-301-24/+3
| * | | | | | remove caching until we prove it is requiredAaron Patterson2017-01-301-7/+3
| * | | | | | Fix `scopes` implementation on `PolymorphicReflection`Aaron Patterson2017-01-303-54/+15
| * | | | | | Implement `scopes` method on each Reflectioneileencodes2017-01-301-5/+47
|/ / / / / /
* | | | | | Merge pull request #27822 from mtsmfm/bump-unicode-versionJeremy Daer2017-01-305-10/+38
|\ \ \ \ \ \
| * | | | | | Update Unicode Version to 9.0.0Fumiaki MATSUSHIMA2017-01-285-10/+38
* | | | | | | Document with with an example an link to ParameterizedRafael Mendonça França2017-01-301-1/+6
* | | | | | | :scissors:Rafael Mendonça França2017-01-301-1/+1
* | | | | | | No need to advertise in the rdoc documentationRafael Mendonça França2017-01-301-3/+0
* | | | | | | Avoid should in test namesRafael Mendonça França2017-01-301-1/+1
* | | | | | | Implement respond_to_missing? in the Parameterized::Mailer classRafael Mendonça França2017-01-302-6/+25
* | | | | | | Remove unneeded nodocRafael Mendonça França2017-01-301-1/+1
* | | | | | | Override the initializers instead of using tapRafael Mendonça França2017-01-301-3/+6
* | | | | | | Make internal classes internal for the documentationRafael Mendonça França2017-01-301-2/+2
* | | | | | | Merge pull request #27784 from y-yagi/add_warnings_option_to_test_runnerRafael França2017-01-304-0/+31
|\ \ \ \ \ \ \
| * | | | | | | add warnings option to test runneryuuji.yaginuma2017-01-244-0/+31
* | | | | | | | Merge pull request #27787 from y-yagi/show_correct_class_name_in_migration_errorRafael França2017-01-302-3/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | show correct class name in migration inherited directly erroryuuji.yaginuma2017-01-242-3/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #27847 from jaredbeck/patch-6Rafael França2017-01-301-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Docs: Specify return value of `save!`Jared Beck2017-01-301-0/+2
* | | | | | | | | Merge pull request #27743 from jordanlewis/simplify-postgres-column-definitionsRafael França2017-01-301-5/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Simplify Postgres query for column_definitions()Jordan Lewis2017-01-301-5/+5
* | | | | | | | | Merge pull request #27773 from kirs/serialized-error-attributeRafael França2017-01-305-17/+34
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Report the attribute on ActiveRecord::SerializationTypeMismatchKir Shatrov2017-01-295-17/+34
* | | | | | | | | | Merge pull request #27846 from kenta-s/improve-insufficient-test-for-safe_joinRafael França2017-01-301-2/+13
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Improve insufficient test for `safe_join`kenta-s2017-01-301-2/+13
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Make assert_enqueued_emails + assert_no_enqueued_emails consider parameterize...David Heinemeier Hansson2017-01-302-2/+20