Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge pull request #29356 from kamipo/testing_reserved_word_test_for_all_adap... | Eileen M. Uchitelle | 2017-06-05 | 2 | -151/+132 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Testing `ReservedWordTest` for all adapters | Ryuta Kamizono | 2017-06-05 | 2 | -151/+132 | |
* | | | | | | | | | Remove deprecated passing of string to :if/:unless (#29357) | Joe Francis | 2017-06-06 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #29347 from prathamesh-sonpatki/rm-assert-nothin-raised | Eileen M. Uchitelle | 2017-06-04 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove assert_nothing_raised, as test is already testing the required concerns | Prathamesh Sonpatki | 2017-06-03 | 1 | -3/+3 | |
* | | | | | | | | | Don't mark the schema loaded until it's really finished | Matthew Draper | 2017-06-05 | 1 | -3/+5 | |
* | | | | | | | | | Merge pull request #29294 from gsamokovarov/attributes-default | Kasper Timm Hansen | 2017-06-04 | 39 | -150/+134 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Use mattr_accessor default: option throughout the project | Genadi Samokovarov | 2017-06-03 | 36 | -125/+69 | |
| * | | | | | | | | | Implement mattr_acessor :default option | Genadi Samokovarov | 2017-06-03 | 3 | -25/+65 | |
* | | | | | | | | | | Merge pull request #29351 from vipulnsward/unnecessary-assignment | Matthew Draper | 2017-06-04 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Don't create extra assignment, just return | Vipul A M | 2017-06-04 | 1 | -3/+3 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #29348 from andrehjr/fix-typo-route-definition-ambiguous | Matthew Draper | 2017-06-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix typo on error message when route definition is ambiguous. | André Luis Leal Cardoso Junior | 2017-06-03 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | [ci skip] Fix typo in the system tests docs | Prathamesh Sonpatki | 2017-06-03 | 1 | -1/+1 | |
* | | | | | | | | | [ci skip] Add missing `be` | Prathamesh Sonpatki | 2017-06-03 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #29344 from y-yagi/fix_doc_format | Kasper Timm Hansen | 2017-06-03 | 1 | -14/+14 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix formatting of `direct` and `resolve` doc [ci skip] | yuuji.yaginuma | 2017-06-03 | 1 | -14/+14 | |
* | | | | | | | | | Merge pull request #29342 from koic/change_application_js_included_in_rails_app | Matthew Draper | 2017-06-03 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Change default application.js included in new Rails app [ci skip] | Koichi ITO | 2017-06-03 | 1 | -3/+3 | |
* | | | | | | | | | | Merge pull request #29343 from koic/remove_redundant_default_scope_tests | Matthew Draper | 2017-06-03 | 1 | -10/+0 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Remove a redundant default_scope tests | Koichi ITO | 2017-06-03 | 1 | -10/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #29340 from lucascaton/master | Matthew Draper | 2017-06-03 | 1 | -4/+14 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Make Rails welcome page responsive | Lucas Caton | 2017-06-03 | 1 | -4/+14 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #29079 from orhantoy/feature/fix-scaffold_controller-gener... | Eileen M. Uchitelle | 2017-06-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ci skip] Fix `scaffold_controller` generator usage | Orhan Toy | 2017-05-29 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #29101 from ccarruitero/system_guide | Eileen M. Uchitelle | 2017-06-02 | 1 | -10/+8 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | some typos and rephrasing in system test guide [ci skip] | Cesar Carruitero | 2017-05-16 | 1 | -10/+8 | |
* | | | | | | | | | | Merge pull request #29135 from Nerian/document_support_for_composite_primary_... | Eileen M. Uchitelle | 2017-06-02 | 1 | -0/+19 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Document support for composite primary keys | Nerian | 2017-05-18 | 1 | -0/+19 | |
* | | | | | | | | | | | Merge pull request #29282 from kamipo/prevent_making_bind_param_if_casted_val... | Eileen M. Uchitelle | 2017-06-02 | 5 | -9/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Prevent making bind param if casted value is nil | Ryuta Kamizono | 2017-05-31 | 5 | -9/+24 | |
* | | | | | | | | | | | | Merge pull request #29324 from koic/remove_redundant_test_find_all_with_join | Eileen M. Uchitelle | 2017-06-02 | 1 | -10/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Remove the redundant `test_find_all_with_join` in AR | Koichi ITO | 2017-06-02 | 1 | -10/+0 | |
* | | | | | | | | | | | | | Merge pull request #29315 from mariochavez/driven_by_support_headless_drivers | Eileen M. Uchitelle | 2017-06-02 | 5 | -11/+59 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | SystemTesting::Driver can register capybara-webkit and poltergeist | Mario Alberto Chávez | 2017-06-02 | 5 | -11/+59 | |
* | | | | | | | | | | | | | Merge pull request #29303 from Empact/bin-pathname | Rafael França | 2017-06-01 | 2 | -4/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Remove the pathname dependency from bin/update and bin/setup | Ben Woosley | 2017-05-31 | 2 | -4/+2 | |
* | | | | | | | | | | | | | | Merge pull request #29314 from dskecse/replace-jquery_ujs-mention-with-rails-ujs | Kasper Timm Hansen | 2017-06-01 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Replace an outdated mention of `jquery_ujs` with `rails-ujs` [ci skip] | Dzianis Dashkevich | 2017-06-01 | 1 | -2/+2 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #29312 from dskecse/fix-articles-layout-in-guides | Ryuta Kamizono | 2017-06-02 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix articles layout in guides by eliminating W3C validator warnings [ci skip] | Dzianis Dashkevich | 2017-06-01 | 1 | -0/+1 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #29308 from koic/correct_a_has_many_association_test | Matthew Draper | 2017-06-02 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Correct a has_many association test | Koichi ITO | 2017-06-01 | 2 | -1/+2 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #27413 from kamipo/simplify_assert_no_match_regex | Matthew Draper | 2017-06-02 | 1 | -14/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Simplify `assert_no_match %r{colname.*limit:}` regex | Ryuta Kamizono | 2017-06-01 | 1 | -14/+4 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #29220 from kamipo/consolidate_database_specific_json_types | Matthew Draper | 2017-06-01 | 11 | -101/+122 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Consolidate database specific JSON types to `Type::Json` | Ryuta Kamizono | 2017-05-30 | 11 | -101/+122 | |
* | | | | | | | | | | | | | | Merge pull request #29293 from kamipo/fix_sti_with_default_scope | Matthew Draper | 2017-06-01 | 2 | -2/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Fix `default_scoped` with defined `default_scope` on STI model | Ryuta Kamizono | 2017-05-31 | 2 | -2/+11 | |
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge pull request #29304 from kamipo/should_use_quote_for_string_literal | Matthew Draper | 2017-06-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |