Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | 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 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #19149 from yui-knk/fix/4_0_release_notes2 | Rafael Mendonça França | 2015-03-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [ci skip] Fix fenced code block lang | yui-knk | 2015-03-02 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-03-01 | 3 | -3/+20 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Explained how to set session expiry through session_store config | Iain Beeston | 2015-02-27 | 3 | -3/+20 | |
* | | | | | | | | | | Merge pull request #19148 from yui-knk/fix/4_0_release_notes | Carlos Antonio da Silva | 2015-03-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | [ci skip] Add `.` | yui-knk | 2015-03-01 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Lines of code can be 100,000+ in a Rails app | Akira Matsuda | 2015-03-01 | 1 | -4/+4 | |
* | | | | | | | | | Fix segmentation fault in ActionPack tests | eileencodes | 2015-02-28 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #19138 from yui-knk/fix/code_block_lang | Abdelkader Boudih | 2015-03-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [ci skip] Fix fenced code block lang | yui-knk | 2015-03-01 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #19137 from kant/patch-2 | Abdelkader Boudih | 2015-03-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update link (minor fix) | Darío Hereñú | 2015-02-28 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #19136 from kant/patch-1 | Abdelkader Boudih | 2015-03-01 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Minor fixes (proposal) | Darío Hereñú | 2015-02-28 | 1 | -2/+2 | |
|/ / / / / / / / / | ||||||
* | | / / / / / / | drop allocations when handling model url generation | Aaron Patterson | 2015-02-28 | 1 | -1/+1 | |
| |_|/ / / / / / |/| | | | | | | |