1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/guides/source
bogdanvlviv 25b969a446
Follow up #34754
- Fix a few deprecation warnings
- Remove testing of `Hash#slice`
- Imporve test of `Hash#slice!`
- Remove mention about `Hash#slice` from the guide
2018-12-20 18:53:25 +02:00
..
kindle
2_2_release_notes.md
2_3_release_notes.md
3_0_release_notes.md
3_1_release_notes.md
3_2_release_notes.md
4_0_release_notes.md
4_1_release_notes.md
4_2_release_notes.md
5_0_release_notes.md
5_1_release_notes.md
5_2_release_notes.md
6_0_release_notes.md
_license.html.erb
_welcome.html.erb
action_cable_overview.md
action_controller_overview.md
action_mailer_basics.md
action_view_overview.md
active_job_basics.md [ci skip] Add a Delayed Job project link. 2018-11-29 08:15:40 +01:00
active_model_basics.md
active_record_basics.md Clarify no support for non PK id columns 2018-11-30 13:25:42 -05:00
active_record_callbacks.md
active_record_migrations.md Merge pull request #32872 from utilum/soften_migrations_guide_generator_section 2018-12-15 11:23:52 +09:00
active_record_postgresql.md
active_record_querying.md Clarify scope body requirements 2018-11-26 16:17:12 -05:00
active_record_validations.md
active_storage_overview.md Prepend module in ActiveStorage overview 2018-12-10 18:20:23 -05:00
active_support_core_extensions.md Follow up #34754 2018-12-20 18:53:25 +02:00
active_support_instrumentation.md Extend documentation of ActiveSupport::Notifications.subscribe (#34721) 2018-12-17 17:25:55 +09:00
api_app.md
api_documentation_guidelines.md
asset_pipeline.md
association_basics.md
autoloading_and_reloading_constants.md
caching_with_rails.md
command_line.md
configuring.md Single nest config in configuration guides 2018-12-18 16:29:00 -05:00
contributing_to_ruby_on_rails.md
debugging_rails_applications.md
development_dependencies_install.md
documents.yaml
engines.md
form_helpers.md
generators.md
getting_started.md Require Ruby 2.5 for Rails 6. 2018-12-19 21:47:50 +01:00
i18n.md
index.html.erb
initialization.md
layout.html.erb
layouts_and_rendering.md
maintenance_policy.md
plugins.md
rails_application_templates.md Abort early if generator command fails (#34420) 2018-12-07 15:01:32 +09:00
rails_on_rack.md
routing.md Add note about symbols vs strings 2018-12-04 13:46:02 -05:00
ruby_on_rails_guides_guidelines.md
security.md
testing.md Add option to set parallel test worker count to the physical core count of the machine (#34735) 2018-12-18 10:25:35 -08:00
threading_and_code_execution.md
upgrading_ruby_on_rails.md Require Ruby 2.5 for Rails 6. 2018-12-19 21:47:50 +01:00
working_with_javascript_in_rails.md