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
Steve Klabnik ab28bafc9f Add note about decorator loading in Engines guide.
Because decorators aren't referenced by the application, they won't get
autoloaded. And because we recommend the pattern, it would be irresponsible
to not show how to load them properly.

Fixes #10647.
2013-05-24 11:24:00 -05:00
..
kindle
2_2_release_notes.md it's Active Record not ActiveRecord 2013-04-30 17:59:12 +02:00
2_3_release_notes.md more naming fixes. 2013-04-30 18:08:43 +02:00
3_0_release_notes.md ruby -> Ruby 2013-05-12 09:47:41 +05:30
3_1_release_notes.md
3_2_release_notes.md it's Active Record not ActiveRecord 2013-04-30 17:59:12 +02:00
4_0_release_notes.md Merge branch 'master' of github.com:lifo/docrails 2013-05-12 15:57:14 +05:30
_license.html.erb
_welcome.html.erb
action_controller_overview.md Fix Typo xml -> XML, json -> JSON 2013-05-08 23:56:41 +05:30
action_mailer_basics.md Make guide description more concise 2013-04-21 01:05:29 -07:00
action_view_overview.md
active_model_basics.md Changing the wordings in a few places 2013-05-04 15:53:18 +05:30
active_record_basics.md
active_record_callbacks.md
active_record_querying.md Missing ending ``` at 14.2 Merging of scopes 2013-05-19 20:46:12 -03:00
active_record_validations.md Corrected documentation regarding validation errors 2013-05-16 18:46:00 +01:00
active_support_core_extensions.md Merge branch 'master' of github.com:lifo/docrails 2013-05-12 15:57:14 +05:30
active_support_instrumentation.md
api_documentation_guidelines.md
asset_pipeline.md Merge pull request #10222 from senny/update_bundler_section_in_assets_guide 2013-05-23 13:42:05 -07:00
association_basics.md Adding documentation to the automatic inverse_of finder. 2013-05-11 23:05:36 -04:00
caching_with_rails.md Refer to 37signals blog post for alternative 2013-04-21 14:06:25 -03:00
command_line.md it's Active Record not ActiveRecord 2013-04-30 17:59:12 +02:00
configuring.md Revert "Consistent use of code syntax formatting for boolean values" 2013-05-01 13:45:27 +02:00
contributing_to_ruby_on_rails.md
credits.html.erb Merge branch 'master' of github.com:lifo/docrails 2013-05-12 15:57:14 +05:30
debugging_rails_applications.md more naming fixes. 2013-04-30 18:08:43 +02:00
development_dependencies_install.md Clean up the wording in a few places 2013-05-01 23:18:24 -03:00
documents.yaml
engines.md Add note about decorator loading in Engines guide. 2013-05-24 11:24:00 -05:00
form_helpers.md
generators.md
getting_started.md Update CreateComments migration to reflect the output from Rails 4. 2013-05-04 18:00:26 +10:00
i18n.md Github -> GitHub [ci skip] 2013-05-05 17:56:24 +05:30
index.html.erb
initialization.md dir -> directory 2013-05-04 20:08:58 +05:30
layout.html.erb
layouts_and_rendering.md
migrations.md Use new hash syntax 2013-05-14 21:04:32 +03:00
nested_model_forms.md
plugins.md
rails_application_templates.md
rails_on_rack.md
routing.md ruby -> Ruby 2013-05-12 09:47:41 +05:30
ruby_on_rails_guides_guidelines.md Added instructions of latest bundler install + modified the on: :save option description in validations 2013-04-22 16:16:44 +05:30
security.md Simple grammar updates 2013-05-03 00:28:06 -03:00
testing.md copy edits [ci skip] 2013-05-01 16:10:08 +05:30
upgrading_ruby_on_rails.md Spelling correction in Upgrading Guide 2013-05-20 16:16:49 -06:00
working_with_javascript_in_rails.md