.. |
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
|
Mention PostgreSQL version support in release notes [ci skip]
|
2016-02-03 10:41:29 +05:30 |
_license.html.erb
|
|
|
_welcome.html.erb
|
|
|
action_controller_overview.md
|
[ci skip] update guide for Puma web server instead of Webrick
|
2016-01-20 00:50:47 +05:30 |
action_mailer_basics.md
|
Refer to rails command instead of rake in a bunch of places
|
2015-12-18 13:01:10 +01:00 |
action_view_overview.md
|
Improve readability of CacheHelper section
|
2015-12-23 16:42:54 -05:00 |
active_job_basics.md
|
Change the default adapter from inline to async
|
2016-02-05 15:35:37 +01:00 |
active_model_basics.md
|
Refer to rails command instead of rake in a bunch of places
|
2015-12-18 13:01:10 +01:00 |
active_record_basics.md
|
Revert "Merge pull request #23366 from maclover7/add-configuation-ar-docs"
|
2016-02-01 00:23:43 -02:00 |
active_record_callbacks.md
|
Mention that halting chain does not re-raise ActiveRecord::RecordInvalid exception as well, similar to ActiveRecord::Rollback
|
2016-01-19 15:21:53 +05:30 |
active_record_migrations.md
|
use bin/rails default instead of rake commands [ci skip]
|
2016-01-19 23:47:14 +05:30 |
active_record_postgresql.md
|
update supported version of PostgreSQL in docs [ci skip]
|
2016-02-03 22:24:29 +09:00 |
active_record_querying.md
|
English explanation to multi-level nested join
|
2016-01-27 21:54:34 -06:00 |
active_record_validations.md
|
Introduce ApplicationRecord, an Active Record layer supertype
|
2015-12-16 10:30:09 +01:00 |
active_support_core_extensions.md
|
Add support for Petabyte and Exabyte in number to human size
|
2015-12-22 23:07:06 +05:30 |
active_support_instrumentation.md
|
|
|
api_app.md
|
Merge pull request #22857 from bdewater/interlock-doc
|
2016-02-01 01:56:43 +05:30 |
api_documentation_guidelines.md
|
Refer to rails command instead of rake in a bunch of places
|
2015-12-18 13:01:10 +01:00 |
asset_pipeline.md
|
Fix documentation related to config.assets.cache_store [ci skip]
|
2016-02-01 15:16:37 +05:30 |
association_basics.md
|
Fix discrepancies in associations guide [ci skip]
|
2016-01-19 12:02:23 +05:30 |
autoloading_and_reloading_constants.md
|
ApplicationRecord documentation pass
|
2015-12-17 11:56:35 +01:00 |
caching_with_rails.md
|
ApplicationRecord documentation pass
|
2015-12-17 11:56:35 +01:00 |
command_line.md
|
SQLite 2 support has been dropped [ci skip]
|
2016-02-04 09:23:11 +09:00 |
configuring.md
|
Merge pull request #23375 from prathamesh-sonpatki/fix-19835
|
2016-02-01 11:00:56 -02:00 |
contributing_to_ruby_on_rails.md
|
.git added to https repo urls
|
2016-02-02 00:33:46 +05:30 |
credits.html.erb
|
|
|
debugging_rails_applications.md
|
[ci skip] update guide for Puma web server instead of Webrick
|
2016-01-20 00:50:47 +05:30 |
development_dependencies_install.md
|
remove legacy mysql from guides to match #22715
|
2016-01-09 09:10:49 -08:00 |
documents.yaml
|
Mark API guide as work in progress
|
2016-01-28 17:16:29 -05:00 |
engines.md
|
add missing include to engine test example [ci skip]
|
2016-02-05 13:09:23 +09:00 |
form_helpers.md
|
ApplicationRecord documentation pass
|
2015-12-17 11:56:35 +01:00 |
generators.md
|
|
|
getting_started.md
|
Fix typo.
|
2016-02-02 13:45:12 -07:00 |
i18n.md
|
corrects a typo
|
2015-12-21 18:07:49 -08:00 |
index.html.erb
|
|
|
initialization.md
|
Change command_task.rb to commands_task.rb in docs
|
2016-02-02 09:20:10 -04:00 |
layout.html.erb
|
- Remove dead links and take users to just the home page instead
|
2016-01-19 23:22:25 +05:30 |
layouts_and_rendering.md
|
Make text about render :html option clearer to state, text will get escaped if not marked as safe by using html_safe
|
2016-01-19 15:15:25 +05:30 |
maintenance_policy.md
|
Update the maintenance policy for the next release.
|
2016-01-04 17:23:34 -02:00 |
nested_model_forms.md
|
ApplicationRecord documentation pass
|
2015-12-17 11:56:35 +01:00 |
plugins.md
|
use bin/rails default instead of rake commands [ci skip]
|
2016-01-19 23:47:14 +05:30 |
profiling.md
|
|
|
rails_application_templates.md
|
- Changed from bin/rake to bin/rails at more application places.
|
2016-01-20 00:34:31 +05:30 |
rails_on_rack.md
|
Merge pull request #22857 from bdewater/interlock-doc
|
2016-02-01 01:56:43 +05:30 |
routing.md
|
use rails command in routes task
|
2016-02-03 08:17:25 +09:00 |
ruby_on_rails_guides_guidelines.md
|
|
|
security.md
|
use rails secret in rails guides
|
2016-02-03 10:13:38 +09:00 |
testing.md
|
Check off some todos for the Testing guide with @senny [ci skip]
|
2016-02-05 19:56:23 +09:00 |
upgrading_ruby_on_rails.md
|
use rails secret in rails guides
|
2016-02-03 10:13:38 +09:00 |
working_with_javascript_in_rails.md
|
Fix paintIt method in JavaScript guides [ci skip]
|
2015-12-13 09:20:54 +05:30 |