Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | [ci skip] Update rails/all.rb reference. | Kasper Timm Hansen | 2015-12-30 | 1 | -9/+10 | |
* | | | | | | | | | Merge pull request #22855 from rafbm/avoid-time-parse | Rafael França | 2015-12-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Avoid `Time.parse` for static date | Rafaël Blais Masson | 2015-12-30 | 1 | -1/+1 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* / | | | | | | | | Add sass-rails back to the default Gemfile | Rafael Mendonça França | 2015-12-30 | 2 | -0/+9 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #22848 from derekprior/dp-postgresql-version | Rafael França | 2015-12-30 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Make `postgresql_version` public | Derek Prior | 2015-12-30 | 1 | -5/+5 | |
* | | | | | | | | | Merge pull request #22851 from prathamesh-sonpatki/fix-to-unsafe-h-test | Rafael França | 2015-12-30 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix test for AC::Parameters#to_unsafe_h | Prathamesh Sonpatki | 2015-12-30 | 1 | -2/+2 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #22241 from kamipo/add_columns_for_distinct_for_mysql57 | Rafael França | 2015-12-30 | 3 | -5/+67 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add `columns_for_distinct` for MySQL 5.7 with ONLY_FULL_GROUP_BY | Ryuta Kamizono | 2015-12-23 | 3 | -2/+62 | |
| * | | | | | | | | | Avoid `distinct` if a subquery has already materialized | Ryuta Kamizono | 2015-12-23 | 1 | -3/+5 | |
* | | | | | | | | | | Merge pull request #22447 from kamipo/fix_test_to_null_agnostic_way | Rafael França | 2015-12-30 | 3 | -3/+14 | |
|\| | | | | | | | | | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix `test_find_with_order_on_included_associations_with_construct_finder_sql_... | Ryuta Kamizono | 2015-12-19 | 3 | -3/+14 | |
* | | | | | | | | | Merge pull request #22829 from jcoyne/test_parameters | Yves Senn | 2015-12-30 | 3 | -1/+10 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | TestController#parameters returns AC::Parameters | Justin Coyne | 2015-12-29 | 3 | -1/+10 | |
* | | | | | | | | | | Merge pull request #22844 from prathamesh-sonpatki/issue_22836 | Yves Senn | 2015-12-30 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix documentation for configuring default_charset [ci skip] | Prathamesh Sonpatki | 2015-12-30 | 1 | -2/+2 | |
* | | | | | | | | | | | Merge pull request #22842 from akshay-vishnoi/typo-fix | Yves Senn | 2015-12-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix typo | Akshay Vishnoi | 2015-12-30 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge pull request #22843 from akshay-vishnoi/fix-release-5 | Yves Senn | 2015-12-30 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | [ci skip] Put all removals in its section | Akshay Vishnoi | 2015-12-30 | 1 | -3/+3 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #22845 from yui-knk/remove_not_used_fixture | Yves Senn | 2015-12-30 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Remove not used test fixture | yui-knk | 2015-12-30 | 1 | -1/+0 | |
* | | | | | | | | | | | | Merge pull request #22803 from kamipo/improve_select_one_in_mysql2_adapter | Rafael França | 2015-12-30 | 2 | -27/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Remove outdated comment | Ryuta Kamizono | 2015-12-27 | 1 | -28/+0 | |
| * | | | | | | | | | | | | Improve `select_one` in `Mysql2Adapter` | Ryuta Kamizono | 2015-12-27 | 2 | -0/+16 | |
* | | | | | | | | | | | | | Merge pull request #22547 from kamipo/fix_create_table_info_cache | Rafael França | 2015-12-29 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Correctly cache create_table_info | Ryuta Kamizono | 2015-12-17 | 1 | -2/+6 | |
* | | | | | | | | | | | | | | Merge pull request #22830 from jcoyne/parameters_include | Richard Schneeman | 2015-12-29 | 3 | -1/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Add AC::Parameters#include? | Justin Coyne | 2015-12-29 | 3 | -1/+11 | |
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge pull request #22831 from jmbejar/mime-negotiation-format-from-extension... | Santiago Pastorino | 2015-12-29 | 2 | -3/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Format from Accept headers have higher precedence than path extension format | Jorge Bejar | 2015-12-29 | 2 | -2/+11 | |
| * | | | | | | | | | | | | | Rely on default Mime format when MimeNegotiation#format_from_path_extension i... | Jorge Bejar | 2015-12-29 | 2 | -3/+15 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #22622 from akshay-vishnoi/range_format_fix | Kasper Timm Hansen | 2015-12-29 | 3 | -1/+31 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fix - to_s(:db) on Numeric range | Akshay Vishnoi | 2015-12-29 | 3 | -1/+31 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #22824 from maclover7/add-numericwithformat-tests | Yves Senn | 2015-12-29 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add test coverage for ActiveSupport::NumericWithFormat#to_formatted_s | Jon Moss | 2015-12-28 | 1 | -0/+6 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #22822 from maclover7/fix-22805 | Richard Schneeman | 2015-12-28 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Add a missing require to ActiveSupport::NumericWithFormat | Jon Moss | 2015-12-28 | 1 | -0/+1 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #22053 from Empact/first-loaded | Yves Senn | 2015-12-28 | 4 | -16/+76 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix `first(limit)` to take advantage of `loaded?` records if available | Ben Woosley | 2015-12-24 | 3 | -8/+39 | |
| * | | | | | | | | | | Deprecate passing `offset` to `find_nth` | Ben Woosley | 2015-12-24 | 2 | -8/+21 | |
* | | | | | | | | | | | tests, don't connect to mysql when running sqlite3 tests. | Yves Senn | 2015-12-28 | 1 | -0/+2 | |
* | | | | | | | | | | | Merge pull request #22809 from prathamesh-sonpatki/fix-broadcast-typo | Matthew Draper | 2015-12-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Removed extra "the" in the documentation of `broadcast_message` [ci skip] | Prathamesh Sonpatki | 2015-12-28 | 1 | -1/+1 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | [ci skip] Fix typos in Active Support changelog. | Kasper Timm Hansen | 2015-12-27 | 1 | -2/+2 | |
* | | | | | | | | | | | Merge pull request #22771 from nwjsmith/document-broadcast-messages | Eileen M. Uchitelle | 2015-12-27 | 1 | -1/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Document `Logger#broadcast_messages` option | Nate Smith | 2015-12-23 | 1 | -1/+9 | |
* | | | | | | | | | | | | Add CHANGELOG entry for #22759 | eileencodes | 2015-12-27 | 1 | -0/+4 | |
* | | | | | | | | | | | | Merge pull request #22759 from akshay-vishnoi/human-size-helper | Eileen M. Uchitelle | 2015-12-27 | 8 | -9/+43 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |