Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | avoid instrospection on the module | Aaron Patterson | 2014-07-30 | 1 | -1/+2 | |
* | | | | | | fix variable name | Aaron Patterson | 2014-07-30 | 1 | -3/+3 | |
* | | | | | | split path_helpers and url_helpers | Aaron Patterson | 2014-07-30 | 1 | -18/+25 | |
* | | | | | | `add` will remove the method if it exists already | Aaron Patterson | 2014-07-30 | 1 | -1/+0 | |
* | | | | | | Merge pull request #15840 from schneems/schneems/deprecate-mailer_path_methods | Xavier Noria | 2014-07-30 | 12 | -57/+183 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Deprecate `*_path` methods in mailers | @schneems and @sgrif | 2014-07-30 | 12 | -57/+183 | |
* | | | | | | Merge pull request #16346 from JackDanger/remove_redundant_self_in_class_meth... | Rafael Mendonça França | 2014-07-30 | 1 | -5/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove redundant `self.` in class method calls | Jack Danger Canty | 2014-07-30 | 1 | -5/+5 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #16345 from robin850/rbx-tidy-bytes | Rafael Mendonça França | 2014-07-30 | 1 | -1/+2 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Prevent using String#scrub on Rubinius | Robin Dupret | 2014-07-30 | 1 | -1/+2 | |
|/ / / / / | ||||||
* / / / / | Revert "Merge pull request #15305 from tgxworld/remove_unnecessary_require" | Santiago Pastorino | 2014-07-30 | 4 | -2/+5 | |
|/ / / / | ||||||
* | | | | Merge pull request #15959 from aditya-kapoor/remove-unneeded-cases | Rafael Mendonça França | 2014-07-29 | 2 | -26/+17 | |
|\ \ \ \ | ||||||
| * | | | | remove unneeded test model for ActiveModel test cases. | Aditya Kapoor | 2014-06-28 | 2 | -26/+17 | |
* | | | | | Merge pull request #16339 from rwz/with_options_implicit | David Heinemeier Hansson | 2014-07-29 | 3 | -2/+29 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Add implicit receiver support to `Object#with_options` | Pavel Pravosud | 2014-07-29 | 3 | -2/+29 | |
* | | | | | Merge pull request #16335 from arthurnn/rm_parent_state_trasaction | Rafael Mendonça França | 2014-07-29 | 1 | -2/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove @state.parent assignment on commit | Arthur Neves | 2014-07-29 | 1 | -2/+1 | |
* | | | | | | oops! :bomb: | Aaron Patterson | 2014-07-29 | 1 | -1/+1 | |
* | | | | | | ask the named routes collection if the route is defined | Aaron Patterson | 2014-07-29 | 2 | -1/+5 | |
* | | | | | | helpers should be a Set so it doesn't grow unbounded | Aaron Patterson | 2014-07-29 | 1 | -4/+12 | |
* | | | | | | pass the module to define_named_route_methods | Aaron Patterson | 2014-07-29 | 1 | -7/+7 | |
* | | | | | | only ask for the routes module once | Aaron Patterson | 2014-07-29 | 1 | -2/+4 | |
* | | | | | | eval_block should be private | Aaron Patterson | 2014-07-29 | 1 | -0/+1 | |
* | | | | | | :nail_care: from #16329 [ci skip] | Zachary Scott | 2014-07-29 | 1 | -1/+1 | |
* | | | | | | Merge pull request #16329 from deependersingla/master | Zachary Scott | 2014-07-29 | 1 | -0/+2 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Get request should not write to database note added. [skip ci] | Deepender Singla | 2014-07-29 | 1 | -0/+2 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge pull request #16336 from akshay-vishnoi/fix-tests | Rafael Mendonça França | 2014-07-29 | 2 | -24/+16 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add missing test case for Array#to_sentence, collect all test cases for Objec... | Akshay Vishnoi | 2014-07-29 | 2 | -24/+16 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #16334 from akshay-vishnoi/array-tests | Rafael Mendonça França | 2014-07-29 | 7 | -482/+495 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Move array test files under array | Akshay Vishnoi | 2014-07-29 | 7 | -482/+495 | |
* | | | | | docs, cleanup mixed indents within `form_options_helper.rb` RDoc. | Yves Senn | 2014-07-29 | 1 | -81/+81 | |
* | | | | | Merge pull request #16332 from shizm/fix-docs-validates-uniqueness-of | Robin Dupret | 2014-07-29 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | [ci skip] fix doc typo for validates_uniqueness_of | Satoru Yamasaki | 2014-07-29 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #16328 from noinkling/template_password_confirmation_fix | Yves Senn | 2014-07-29 | 2 | -1/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | Give password_confirmation div the "field" class in erb form template | noinkling | 2014-07-29 | 1 | -1/+1 | |
* | | | | | | Merge pull request #16148 from rails/fix_json_autoload | Godfrey Chan | 2014-07-29 | 3 | -3/+52 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fixed a compatibility issue with the `Oj` gem | Godfrey Chan | 2014-07-29 | 2 | -3/+10 | |
| * | | | | | | Added failing test case for #16131 | Godfrey Chan | 2014-07-29 | 1 | -0/+42 | |
| |/ / / / / | ||||||
* / / / / / | Raise an exception when attachments are added after `mail` was called. | Yves Senn | 2014-07-29 | 3 | -1/+62 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #15629 from akshay-vishnoi/test-to_param | Rafael Mendonça França | 2014-07-28 | 4 | -66/+81 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Move to_param to to_query, also Improve tests | Akshay Vishnoi | 2014-06-20 | 4 | -66/+81 | |
* | | | | | Merge pull request #15658 from akshay-vishnoi/object-tests | Rafael Mendonça França | 2014-07-28 | 3 | -65/+65 | |
|\ \ \ \ \ | ||||||
| * | | | | | Move object test files under object | Akshay Vishnoi | 2014-07-29 | 3 | -65/+65 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #16326 from itsNikolay/remove_blank_lines | Rafael Mendonça França | 2014-07-28 | 8 | -8/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | remove blank lines in the start of the ActiveRecord files | Ponomarev Nikolay | 2014-07-29 | 8 | -8/+0 | |
|/ / / / / | ||||||
* | | | | | remove the mounted? method | Aaron Patterson | 2014-07-28 | 2 | -6/+2 | |
* | | | | | remove some caching | Aaron Patterson | 2014-07-28 | 1 | -2/+1 | |
* | | | | | Merge pull request #16305 from tomkadwill/documented_change_table | Rafael Mendonça França | 2014-07-28 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Added nodoc to change_table | Tom Kadwill | 2014-07-28 | 1 | -1/+1 | |
* | | | | | | Extract the transaction class to a local variable | Rafael Mendonça França | 2014-07-28 | 1 | -6/+2 |