.. |
kindle
|
delete obsolete KINDLE.md. Closes #13037. [ci skip].
|
2013-11-28 17:49:29 +01:00 |
2_2_release_notes.md
|
Typo and grammatical fixes [ci skip]
|
2013-12-02 19:35:02 +05:30 |
2_3_release_notes.md
|
remove rubyforge.org that was shut down [ci skip]
|
2014-06-06 22:26:56 +05:30 |
3_0_release_notes.md
|
copy edits [ci skip]
|
2014-06-07 10:53:25 +00:00 |
3_1_release_notes.md
|
[ci skip] Fix capitalization
|
2014-06-07 14:23:27 +05:30 |
3_2_release_notes.md
|
[ci skip] Fix Compiler's Github link
|
2014-05-27 15:32:38 +05:30 |
4_0_release_notes.md
|
minor doc reword. Upgrade Rails itself not to Rails. [ci skip]
|
2013-12-17 11:21:11 +01:00 |
4_1_release_notes.md
|
link directory to ActionMailer Previews documentation
|
2014-07-03 18:25:55 -04:00 |
4_2_release_notes.md
|
4.2 Release Notes pass [skip ci]
|
2014-08-19 10:22:43 +02:00 |
_license.html.erb
|
[ci skip] Update guides license to CC BY-SA 4.0 International.
|
2014-05-02 18:49:37 +08:00 |
_welcome.html.erb
|
Update Rails versions [ci skip]
|
2014-07-07 14:22:25 +02:00 |
action_controller_overview.md
|
Add warning for rescue_from Exception and rescue_from StandardError
|
2014-06-19 18:31:11 -07:00 |
action_mailer_basics.md
|
Deprecate *_path methods in mailers
|
2014-07-30 12:01:45 -05:00 |
action_view_overview.md
|
Uppercase HTML in docs.
|
2014-08-08 14:27:05 -07:00 |
active_job_basics.md
|
ActiveJob guides improvements [ci skip]
|
2014-08-16 15:28:09 +03:00 |
active_model_basics.md
|
Deprecate reset_#{attribute} in favor of restore_#{attribute} .
|
2014-07-15 18:09:38 -03:00 |
active_record_basics.md
|
create return an active record object with erros instead of false when validation fails. [skip ci]
|
2014-07-23 16:31:55 +08:00 |
active_record_callbacks.md
|
correct markdown usage [ci skip]
|
2014-07-09 01:32:44 +05:30 |
active_record_migrations.md
|
Tiny follow-up to 1a69112
|
2014-06-27 15:09:10 +02:00 |
active_record_postgresql.md
|
pg guide, use the term database views to be specific. [ci skip]
|
2014-06-14 11:20:58 +02:00 |
active_record_querying.md
|
Small grammar fix in pluck description
|
2014-08-12 23:32:25 -04:00 |
active_record_validations.md
|
[Guides] Sentence break for clarity [ci-skip]
|
2014-07-11 09:07:34 -04:00 |
active_support_core_extensions.md
|
[ci skip] document truncate_words
|
2014-08-24 01:31:37 +02:00 |
active_support_instrumentation.md
|
Fix typo guides/source/active_support_instrumentation.md
|
2014-05-22 00:00:55 +04:00 |
api_documentation_guidelines.md
|
correct markdown usage [ci skip]
|
2014-07-09 01:32:44 +05:30 |
asset_pipeline.md
|
[ci skip] docs asset_pipeline#CDNs
|
2014-08-24 15:40:22 -05:00 |
association_basics.md
|
adding indexes on tables in migration scripts
|
2014-07-24 19:18:00 -02:30 |
caching_with_rails.md
|
Remove more references to respond_with
|
2014-08-17 13:20:23 -04:00 |
command_line.md
|
Update docs to reflect that helper stubs are no longer generated
|
2014-08-03 15:12:05 -07:00 |
configuring.md
|
Merge pull request #16375 from johnnyshields/guides
|
2014-08-04 15:51:36 -05:00 |
contributing_to_ruby_on_rails.md
|
Remove more references to respond_with
|
2014-08-17 13:20:23 -04:00 |
credits.html.erb
|
Change links to 37signals and svn blog to point to new destinations. [ci skip]
|
2014-04-12 12:46:04 +05:30 |
debugging_rails_applications.md
|
Update Rails versions [ci skip]
|
2014-07-07 14:22:25 +02:00 |
development_dependencies_install.md
|
http://gembundler.com/ => http://bundler.io/
|
2014-08-19 16:49:15 +09:00 |
documents.yaml
|
Add activejob guide to documents.yml [ci skip]
|
2014-08-18 23:22:25 +03:00 |
engines.md
|
[ci skip] Fix sample code in engines guide
|
2014-08-10 22:10:15 +09:00 |
form_helpers.md
|
code quotes for classname
|
2014-08-24 12:27:27 +03:00 |
generators.md
|
minor copy editing [ci skip]
|
2014-08-19 21:42:51 +05:30 |
getting_started.md
|
recount files quantity
|
2014-08-23 22:13:22 +03:00 |
i18n.md
|
Merge pull request #16097 from nishantmodak/correct_md
|
2014-07-08 14:57:44 -07:00 |
index.html.erb
|
Guides: output valid HTML5
|
2014-05-05 17:42:04 -04:00 |
initialization.md
|
Tiny documentation fixes [ci skip]
|
2014-06-29 20:15:28 +02:00 |
layout.html.erb
|
remove ecosystem link that is broken
|
2014-05-18 19:17:09 +05:30 |
layouts_and_rendering.md
|
Merge branch 'master' of github.com:rails/docrails
|
2014-08-19 16:28:53 +00:00 |
maintenance_policy.md
|
Change the version schema to reflect how deprecations are handled
|
2014-05-30 11:44:55 -03:00 |
nested_model_forms.md
|
[ci skip] Improve doc, fix grammatical issue
|
2014-04-13 21:20:31 +05:30 |
plugins.md
|
[ci skip] Update plugin doc with the latest rails
|
2014-08-18 21:07:01 -07:00 |
rails_application_templates.md
|
Merge pull request #16359 from skanev/after-bundle-in-rails-templates
|
2014-08-06 08:49:00 +02:00 |
rails_on_rack.md
|
remove rubyforge.org that was shut down [ci skip]
|
2014-06-06 22:26:56 +05:30 |
routing.md
|
💅 from #16329 [ci skip]
|
2014-07-29 10:28:56 -07:00 |
ruby_on_rails_guides_guidelines.md
|
Cleanup Guides Guidelines [ci skip]
|
2014-08-10 19:53:00 -04:00 |
security.md
|
[ci skip] re-worded section on CookieStore to make it more readable.
|
2014-08-16 17:10:40 +01:00 |
testing.md
|
Merge branch 'master' into loofah
|
2014-08-12 11:10:42 -03:00 |
upgrading_ruby_on_rails.md
|
require 'test_help' -> require 'rails/test_help'
|
2014-08-18 22:04:10 -06:00 |
working_with_javascript_in_rails.md
|
Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip]
|
2014-05-21 23:01:45 -04:00 |