rails/guides/source
Xavier Noria 2e0429a511 simpler example for the non-missing constants gotcha [ci skip]
The previous example was a little convoluted and the exposition
claifying the parts that were correct albeit not totally obvious
were interferring in my view.

This example has less things going on and gets to the key problem
with less balls in the air.
2014-12-17 19:30:15 +01:00
..
kindle
_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 updates some pointers in the guides welcome section [ci skip] 2014-11-27 13:40:27 +01:00
2_2_release_notes.md Point release notes to stable branch for list of commits. [ci skip] 2014-08-20 10:29:27 -07:00
2_3_release_notes.md Point release notes to stable branch for list of commits. [ci skip] 2014-08-20 10:29:27 -07:00
3_0_release_notes.md Fixing wrong link in 'Ruby on Rails 3.0 Release Notes' [ci skip] 2014-11-25 17:52:46 +01:00
3_1_release_notes.md Point release notes to stable branch for list of commits. [ci skip] 2014-08-20 10:29:27 -07:00
3_2_release_notes.md Point release notes to stable branch for list of commits. [ci skip] 2014-08-20 10:29:27 -07:00
4_0_release_notes.md 'Revert' ->active_record_migrations [ci skip] 2014-09-06 00:20:03 +05:30
4_1_release_notes.md Remove redundancy 2014-11-06 00:48:16 -05:00
4_2_release_notes.md docs, synchronize CHANGELOG across branches. [ci skip] 2014-12-16 11:00:12 +01:00
action_controller_overview.md Don't convert empty arrays to nils when deep munging params 2014-12-15 14:51:07 +00:00
action_mailer_basics.md [ci skip] fix description of url_for 2014-11-30 10:18:07 +09:00
action_view_overview.md Remove bullet point to unwritten/unreferenced section 2014-11-19 14:31:28 -05:00
active_job_basics.md Fix default queue name prefix delimiter 2014-12-12 11:27:30 -06:00
active_model_basics.md Fix typo in Active Model guide 2014-10-05 18:28:42 +05:30
active_record_basics.md Add null option to timestamps as migration generator does [ci skip] 2014-12-14 20:42:38 -05:00
active_record_callbacks.md correct markdown usage [ci skip] 2014-07-09 01:32:44 +05:30
active_record_migrations.md Add null option to timestamps as migration generator does [ci skip] 2014-12-14 20:42:38 -05:00
active_record_postgresql.md [ci skip] add enable_extension to PostgreSQL hstore example 2014-12-07 08:54:41 +09:00
active_record_querying.md Improving Method Chaining section [ci skip] 2014-12-16 19:50:36 -02:00
active_record_validations.md Adding information about 'allow_nil' option for 'numericality' [ci skip] 2014-12-09 19:10:50 -02:00
active_support_core_extensions.md [ci skip] remove references to Numeric#from_now 2014-12-03 14:45:49 +09:00
active_support_instrumentation.md [ci skip] fix incorrect key in Active Support Instrumentation guide 2014-10-31 09:39:40 +09:00
api_documentation_guidelines.md correct markdown usage [ci skip] 2014-07-09 01:32:44 +05:30
asset_pipeline.md Update guides with info about vendor/assets 2014-12-11 14:04:51 -05:00
association_basics.md You need to specify the counter_cache option on the has_many side of the association when using a custom counter cache column. This is documented on the has_many association here: http://apidock.com/rails/ActiveRecord/Associations/ClassMethods/has_many [ci skip] 2014-12-16 01:58:19 +00:00
caching_with_rails.md Update caching_with_rails.md [ci skip] 2014-08-31 17:22:01 +05:30
command_line.md [ci skip] Change three backticks to just one 2014-12-17 23:28:21 +09:00
configuring.md Replace ActionDispatch::Head with Rack::Head. 2014-11-24 19:48:51 +09:00
constant_autoloading_and_reloading.md simpler example for the non-missing constants gotcha [ci skip] 2014-12-17 19:30:15 +01:00
contributing_to_ruby_on_rails.md Fix sentence structure [ci skip] 2014-12-05 10:00:42 -06:00
credits.html.erb Remove broken http://tore.darell.no link 2014-10-15 05:19:19 -07:00
debugging_rails_applications.md [ci skip] modify the description of production log level default 2014-09-21 07:41:32 +09:00
development_dependencies_install.md Whoops, duplicated word [ci skip] 2014-08-24 19:44:03 +02:00
documents.yaml new guide: constant autoloading and reloading 2014-12-15 00:59:15 +01:00
engines.md We shouldn't be linking to edgeapi [ci skip] 2014-11-25 04:34:43 -08:00
form_helpers.md Merge pull request #17796 from leafac/fix-format 2014-11-27 08:39:07 +01:00
generators.md Follow up on #16408 2014-08-22 00:50:00 -07:00
getting_started.md Remove this tip, if the previous statement is true.. ie: The reader sees "Rails 2014-12-15 19:07:32 -08:00
i18n.md [ci skip] fix class name 2014-11-29 10:06:40 +09:00
index.html.erb Guides: output valid HTML5 2014-05-05 17:42:04 -04:00
initialization.md treetop is no longer a mail (rails) dependency 2014-08-24 15:24:07 -03:00
layout.html.erb remove ecosystem link that is broken 2014-05-18 19:17:09 +05:30
layouts_and_rendering.md [ci skip] Fix output of video_tag helper 2014-12-07 22:11:19 +03:00
maintenance_policy.md Make explicit 4.1 is being maintained by a special situation 2014-09-16 10:28:36 -03:00
nested_model_forms.md add nested_model_forms to guides/documents.yaml [wip] [ci skip] 2014-08-22 01:56:01 -07:00
plugins.md technical correction in guides under 'Generating an engine' 2014-09-28 09:20:32 -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 [ci skip] Fix class name of middleware. 2014-11-23 13:20:28 +09:00
routing.md Merge pull request #16799 from rramsden/fix-typo 2014-09-04 10:27:49 +02:00
ruby_on_rails_guides_guidelines.md Add link to API Documentation Guidelines 2014-11-01 18:39:28 -04:00
security.md Don't convert empty arrays to nils when deep munging params 2014-12-15 14:51:07 +00:00
testing.md Adding a tip in the guides about possible database permission problems on 2014-12-09 13:36:10 -02:00
upgrading_ruby_on_rails.md [guides] Fix method name inconsistency in a mailer example 2014-12-12 20:26:39 -08: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