Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add missing require | yuuji.yaginuma | 2017-04-21 | 1 | -0/+1 | |
* | | | Merge pull request #28596 from betesh/fix-double-habtm-insert | Rafael Mendonça França | 2017-04-20 | 3 | -0/+32 | |
|\ \ \ | ||||||
| * | | | Don't attempt to create a new record that was already created. | Isaac Betesh | 2017-04-20 | 3 | -0/+32 | |
|/ / / | ||||||
* | | | Merge pull request #28640 from kamipo/prevent_double_firing_before_save_callback | Rafael França | 2017-04-20 | 5 | -54/+70 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Prevent double firing the before save callback of new object when the parent ... | Ryuta Kamizono | 2017-04-21 | 5 | -54/+70 | |
* | | | Add comma | Jon Moss | 2017-04-20 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #28681 from runephilosof/fix-mysql-grant | Rafael Mendonça França | 2017-04-20 | 3 | -2/+6 | |
|\ \ | ||||||
| * | | Fix quoting in db:create grant all statement. | Rune Schjellerup Philosof | 2017-04-20 | 3 | -2/+6 | |
* | | | Merge pull request #28582 from sbull/activejob-error-logging | Rafael França | 2017-04-20 | 5 | -4/+26 | |
|\ \ \ | ||||||
| * | | | Add error logging to Active Job | Steven Bull | 2017-03-27 | 5 | -4/+26 | |
* | | | | Merge pull request #28815 from joshnuss/fix/hash-from-xml-nokogiri | Rafael França | 2017-04-20 | 5 | -13/+9 | |
|\ \ \ \ | ||||||
| * | | | | Fixes Hash.from_xml with frozen strings for all backends | Josh Nussbaum | 2017-04-20 | 5 | -13/+9 | |
|/ / / / | ||||||
* | | | | Merge pull request #28814 from halfbyte/fix_error_pages_for_turbolinks | Rafael França | 2017-04-20 | 4 | -18/+25 | |
|\ \ \ \ | ||||||
| * | | | | Namespace CSS selectors on error pages | Jan Krutisch | 2017-04-20 | 4 | -18/+25 | |
|/ / / / | ||||||
* | | | | Merge pull request #28807 from oiorain/oiorain-callbackChain-comment | Kasper Timm Hansen | 2017-04-20 | 1 | -1/+0 | |
|\ \ \ \ | ||||||
| * | | | | Remove outdated comment | Marion Bouguet | 2017-04-20 | 1 | -1/+0 | |
|/ / / / | ||||||
* | | | | Merge pull request #28733 from kamipo/dont_fallback_to_utf8mb3_after_mysql_8.0.0 | Rafael França | 2017-04-19 | 3 | -10/+12 | |
|\ \ \ \ | ||||||
| * | | | | Don't fallback to utf8mb3 after MySQL 8.0.0 | Ryuta Kamizono | 2017-04-17 | 3 | -10/+12 | |
* | | | | | Merge pull request #28776 from kamipo/respect_limit_for_cache_key | Rafael França | 2017-04-19 | 2 | -8/+44 | |
|\ \ \ \ \ | ||||||
| * | | | | | `cache_key` respects the limit in a relation even if a relation is not loaded | Ryuta Kamizono | 2017-04-17 | 2 | -8/+44 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #28708 from y-yagi/dont_generate_system_test_files | Rafael França | 2017-04-19 | 2 | -0/+15 | |
|\ \ \ \ \ | ||||||
| * | | | | | Don't generate system test files if `skip_system_test` option is specified | yuuji.yaginuma | 2017-04-12 | 2 | -0/+15 | |
* | | | | | | Fix all style guides violations | Rafael Mendonça França | 2017-04-19 | 19 | -33/+33 | |
* | | | | | | Use released sass-rails instead of master version | Rafael Mendonça França | 2017-04-19 | 1 | -1/+1 | |
* | | | | | | Merge pull request #28757 from edwardmp/log-actioncable-write-read-errors | Rafael França | 2017-04-19 | 2 | -1/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Log any errors originating from the socket | edwardmp | 2017-04-16 | 2 | -1/+8 | |
* | | | | | | | Merge pull request #28166 from bogdanvlviv/fix_migration_tasks | Rafael França | 2017-04-19 | 3 | -6/+78 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add additional raise UnknownMigrationVersionError | bogdanvlviv | 2017-04-19 | 3 | -6/+43 | |
| * | | | | | | | Fix `bin/rails db:forward` first migration | bogdanvlviv | 2017-04-19 | 3 | -1/+36 | |
* | | | | | | | | Merge pull request #28800 from Shopify/deprecation_includes_gem_name_and_version | Rafael França | 2017-04-19 | 5 | -16/+56 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Send deprecation horizon and gem name as arguments to deprecation heavier han... | Willem van Bergen | 2017-04-19 | 5 | -16/+56 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #28734 from rafaelfranca/strong-parameters | Rafael França | 2017-04-19 | 12 | -91/+168 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Reuse the Parameters#to_h check in the routing helpers | Rafael Mendonça França | 2017-04-18 | 10 | -39/+18 | |
| * | | | | | | | | Follow the style guide rules in the documetation | Rafael Mendonça França | 2017-04-18 | 1 | -30/+30 | |
| * | | | | | | | | Improve documentation | Rafael Mendonça França | 2017-04-18 | 1 | -4/+4 | |
| * | | | | | | | | Implement ActionController::Parameters#to_query and #to_param | Rafael Mendonça França | 2017-04-18 | 2 | -5/+49 | |
| * | | | | | | | | Use the right assetions to better error messages | Rafael Mendonça França | 2017-04-18 | 1 | -7/+7 | |
| * | | | | | | | | Add test to make sure that to_unsafe_h don't mutate the target | Rafael Mendonça França | 2017-04-18 | 1 | -0/+10 | |
| * | | | | | | | | Add ActionController::Parameters#to_hash to implict conversion | Rafael Mendonça França | 2017-04-18 | 2 | -0/+42 | |
| * | | | | | | | | Raise exception when calling to_h in a unfiltered Parameters | Rafael Mendonça França | 2017-04-18 | 2 | -17/+19 | |
| * | | | | | | | | Test the correct object | Rafael Mendonça França | 2017-04-18 | 1 | -1/+1 | |
* | | | | | | | | | Reword sentence | Jon Moss | 2017-04-19 | 1 | -3/+3 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2017-04-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ci skip] Change ++ by markdown quotes | Mikhail Dieterle | 2017-04-08 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #28794 from vishalzambre/activerecord-guid | Rafael França | 2017-04-19 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [ci skip] Changed plain text to NOTE. | vishalzambre | 2017-04-19 | 1 | -5/+5 | |
* | | | | | | | | | | Merge pull request #28793 from kamipo/use_quoted_scope_to_respect_current_dat... | Andrew White | 2017-04-19 | 1 | -3/+4 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix `extract_expression_for_virtual_column` for MariaDB | Ryuta Kamizono | 2017-04-19 | 1 | -1/+1 | |
| * | | | | | | | | | Use `quoted_scope` rather than `@config[:database]` to respect current database | Ryuta Kamizono | 2017-04-19 | 1 | -2/+3 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #28791 from y-yagi/date_time_fields_from_list | Rafael França | 2017-04-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ |