Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Avoid parallelizing Action Pack's tests on Rubinius | Robin Dupret | 2015-03-02 | 1 | -2/+2 | |
* | | | | | | | Move Array#without from Grouping to Access concern and add dedicated test (re... | David Heinemeier Hansson | 2015-03-02 | 3 | -12/+16 | |
* | | | | | | | tests, favor `drop_table` and `:if_exists` over raw SQL. | Yves Senn | 2015-03-02 | 4 | -14/+6 | |
* | | | | | | | Merge pull request #19105 from amatsuda/array_take | Sean Griffin | 2015-03-02 | 3 | -5/+18 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Preserve Array#take(n) behaviour of HasManyAssociation | Akira Matsuda | 2015-02-28 | 3 | -5/+18 | |
* | | | | | | | | Merge pull request #19077 from robin850/unknown-attribute-error | Sean Griffin | 2015-03-02 | 11 | -24/+30 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Follow-up to #10776 | Robin Dupret | 2015-02-26 | 11 | -24/+30 | |
* | | | | | | | | | Remove not needed .tap | Arthur Neves | 2015-03-02 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #19172 from JuanitoFatas/doc/fix-typo | Richard Schneeman | 2015-03-02 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [ci skip] Fix a typo for PostgreSQL text limit, GB instead of Gb. | Juanito Fatas | 2015-03-03 | 1 | -2/+2 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Make private methods private | Arthur Neves | 2015-03-02 | 1 | -0/+2 | |
* | | | | | | | | | Remove !has_transactional_callbacks? check | Arthur Neves | 2015-03-02 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #19170 from JuanitoFatas/doc/active_record/connection_adap... | Carlos Antonio da Silva | 2015-03-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Clarify that t.references and t.belongs_to are interchangeable. [ci skip] | Juanito Fatas | 2015-03-02 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | call `sync_with_transaction_state` inside `persisted?` then check ivars | Aaron Patterson | 2015-03-02 | 1 | -1/+2 | |
* | | | | | | | | | remove useless instance variable | Aaron Patterson | 2015-03-02 | 1 | -9/+4 | |
* | | | | | | | | | Merge pull request #19169 from hjoo/rake_restart | Eileen M. Uchitelle | 2015-03-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Rake restart task no longer loads entire Rails environment when run. | Hyonjee Joo | 2015-03-02 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Do not output in the console | Rafael Mendonça França | 2015-03-02 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #19106 from teeceepee/patch-1 | Eileen M. Uchitelle | 2015-03-02 | 1 | -7/+8 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Modify guides for a better sounding sentence | Yu Haidong | 2015-03-02 | 1 | -3/+3 | |
| * | | | | | | | Improve guides | Yu Haidong | 2015-02-27 | 1 | -7/+8 | |
* | | | | | | | | Merge pull request #19133 from davydovanton/update-doc-example-mail-block-format | Robin Dupret | 2015-03-02 | 1 | -1/+11 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ci skip] Add code example for MailHelper#block_format documentation | Anton Davydov | 2015-03-02 | 1 | -1/+11 | |
* | | | | | | | | | Merge pull request #19168 from gsamokovarov/byebug-defaults-guide | Robin Dupret | 2015-03-02 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Nit pick the byebug settings guide for default values [ci skip] | Genadi Samokovarov | 2015-03-02 | 1 | -3/+3 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #19097 from gsamokovarov/web-console-guide | Robin Dupret | 2015-03-02 | 1 | -49/+58 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Web Console documentation for the upcoming 2.1 release [ci skip] | Genadi Samokovarov | 2015-03-02 | 1 | -49/+58 | |
* | | | | | | | | | | Merge pull request #19167 from limekin/master | Arun Agrawal | 2015-03-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fixing incorrect class name used in an example. | Kevin Jayanthan | 2015-03-02 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #19163 from JuanitoFatas/feautre/enumerable-without-take-2 | Richard Schneeman | 2015-03-01 | 2 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Use include? instead of in? for Enumerable#without. | Juanito Fatas | 2015-03-02 | 2 | -2/+1 | |
* | | | | | | | | | | | Merge pull request #19159 from stephenminded/docs_fix_polymorphic_index | Arthur Nogueira Neves | 2015-03-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Composite index is [:imageable_type, :imageable_id] [ci skip] | Steve Lounsbury | 2015-03-01 | 1 | -1/+1 | |
* | | | | | | | | | | | | Move transaction code to transaction module | Arthur Neves | 2015-03-01 | 2 | -41/+41 | |
| |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Remove parent transaction state | Arthur Neves | 2015-03-01 | 2 | -7/+0 | |
* | | | | | | | | | | | Merge pull request #19161 from JuanitoFatas/fix/include-inclusion | David Heinemeier Hansson | 2015-03-01 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Include object inclusion for enumerable test. | Juanito Fatas | 2015-03-02 | 1 | -0/+1 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #19157 from todd/enumerable_without | David Heinemeier Hansson | 2015-03-01 | 5 | -0/+46 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add Enumerable#without | Todd Bealmear | 2015-03-01 | 5 | -0/+46 | |
* | | | | | | | | | | | | remove useless conditional | Aaron Patterson | 2015-03-01 | 1 | -1/+1 | |
* | | | | | | | | | | | | refactor `handle_model` to use private helper methods for generation | Aaron Patterson | 2015-03-01 | 1 | -8/+6 | |
* | | | | | | | | | | | | drop allocations for string and class polymorphic routes | Aaron Patterson | 2015-03-01 | 1 | -3/+3 | |
* | | | | | | | | | | | | Merge pull request #19152 from tchandy/removing_unused_mailer_templates | Carlos Antonio da Silva | 2015-03-01 | 18 | -50/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Removing unused mailer templates | Thiago Pradi | 2015-03-01 | 18 | -50/+0 | |
* | | | | | | | | | | | | | drop string allocations per model url_for call in views | Aaron Patterson | 2015-03-01 | 1 | -1/+1 | |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Bump rack-test to fix nil values being sent to `parse_nested_query` | eileencodes | 2015-03-01 | 2 | -2/+2 | |
* | | | | | | | | | | | | move _generate_paths_by_default to where it is used | Aaron Patterson | 2015-03-01 | 2 | -6/+6 | |
* | | | | | | | | | | | | Merge pull request #19153 from stephenminded/docs_fix_polymorphic_index | Abdelkader Boudih | 2015-03-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| / / / / / / / / / / | |/ / / / / / / / / / | ||||||
| * / / / / / / / / / | Indexing a polymorphic assoc adds index on type and id [ci skip] | Steve Lounsbury | 2015-03-01 | 1 | -1/+1 | |
|/ / / / / / / / / / |