rails/guides/source
Claudio B. bd65ba7721 Merge pull request #21906 from scottgonzalez/form-helpers
Minor cleanup for form helpers guide
2015-10-08 07:25:41 -07:00
..
kindle Fixed unclosed tags in kindle guide source [ci skip] 2015-09-19 12:15:34 +05:30
_license.html.erb
_welcome.html.erb let the guides home point to the new release series endpoints [ci skip] 2015-09-18 12:27:31 -07:00
2_2_release_notes.md - Changed IN to ON in markdown renderer condition 2015-01-14 11:52:13 +05:30
2_3_release_notes.md Updated MySQL documentation link to MySQL latest version 5.6 everywhere [ci skip] 2015-03-19 22:11:18 +05:30
3_0_release_notes.md Updated bundler link [ci skip] 2015-06-15 08:31:28 +09:00
3_1_release_notes.md Updated bundler link [ci skip] 2015-06-15 08:31:28 +09:00
3_2_release_notes.md Replace AR with ActiveRecord to make it more readable [ci skip] 2015-09-08 16:02:16 +05:30
4_0_release_notes.md Updated bundler link [ci skip] 2015-06-15 08:31:28 +09:00
4_1_release_notes.md [ci skip] Fix table of 4_1_release_notes.md 2015-02-28 18:24:15 +09:00
4_2_release_notes.md 4.2 release notes about render status options 2015-08-21 09:04:51 +02:00
action_controller_overview.md Change AbstractRequest to ActionDispatch::Request 2015-09-17 16:43:51 -06:00
action_mailer_basics.md correcting word smpt -> smtp in ActionMailer guide [ci skip] 2015-09-20 16:32:03 +05:30
action_view_overview.md [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel sound 2015-10-06 23:34:05 +05:30
active_job_basics.md Fix "Esperanto" name 2015-10-07 17:54:50 +02:00
active_model_basics.md add a description of the return value that was missing [ci skip] 2015-09-03 07:32:27 +09:00
active_record_basics.md [ci skip] SQL is written using statements, not sentences 2015-08-13 12:43:49 -05:00
active_record_callbacks.md Merge pull request #19289 from ahmad-alkheat/master 2015-03-11 15:26:14 +01:00
active_record_migrations.md [ci skip] Update what methods Migration#change can reverse 2015-08-31 10:08:38 +09:00
active_record_postgresql.md Merge pull request #20981 from dkoprov/ar_postgres_enum_docs_addition 2015-10-04 18:58:04 -06:00
active_record_querying.md Merge pull request #21333 from imtayadeway/ar-querying-docs 2015-09-09 11:19:23 -04:00
active_record_validations.md Replace #=> with # => [ci skip] 2015-09-19 13:45:13 +05:30
active_support_core_extensions.md fix to_time output in ActiveSupport guide. Since 48583f8bf7 , to_time returns times formatted as YYYY-MM-DD HH:MM:SS UTC [ci skip] 2015-09-20 18:01:26 +05:30
active_support_instrumentation.md Merge pull request #21091 from y-yagi/add_activejob_section_to_instrumentation_guide 2015-08-24 13:33:45 +02:00
api_app.md Revert "removing Rack::Runtime from the default stack." 2015-10-03 14:21:31 -07:00
api_documentation_guidelines.md Replace #=> with # => [ci skip] 2015-09-19 13:45:13 +05:30
asset_pipeline.md Revert "Update asset_pipeline.md" 2015-10-07 15:46:04 -03:00
association_basics.md Fix documentation for has_many dependant options. 2015-09-29 17:34:27 +02:00
autoloading_and_reloading_constants.md Fix the wrong documentation about config.autoload_paths [ci skip] 2015-04-13 11:56:50 +03:00
caching_with_rails.md Correctly close a fenced code block [ci skip] 2015-08-03 13:22:42 +02:00
command_line.md Revert "removing Rack::Runtime from the default stack." 2015-10-03 14:21:31 -07:00
configuring.md Fixed deprecated string to specify the middleware [ci skip] 2015-10-03 18:19:32 +05:30
contributing_to_ruby_on_rails.md Fix pluralization in docs [ci skip] 2015-10-07 10:30:44 -04:00
credits.html.erb Ryan Bigg has changed jobs. 2015-07-27 15:17:01 +10:00
debugging_rails_applications.md Fix a tiny typo [ci skip] 2015-08-25 16:13:34 +02:00
development_dependencies_install.md [ci skip] fix invalid package name for libmysqlclient-dev 2015-09-02 18:30:03 +09:00
documents.yaml Publish the "Caching with Rails" guide [ci skip] 2015-07-28 23:20:23 +02:00
engines.md Merge pull request #21738 from cllns/remove-to_s-from-example 2015-09-25 12:24:51 -04:00
form_helpers.md Minor cleanup for form helpers guide [ci skip] 2015-10-08 08:48:56 -04:00
generators.md cherry-pick test and source doc from #20050 2015-06-25 15:25:49 +09:00
getting_started.md [ci skip] Better description for starting up with new Rails project 2015-08-28 15:31:59 +02:00
i18n.md [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel sound 2015-10-06 23:34:05 +05:30
index.html.erb
initialization.md Merge pull request #19867 from radar/rename-app-rails-loader 2015-05-27 21:41:06 -03:00
layout.html.erb
layouts_and_rendering.md Fix typo in docs [ci skip] 2015-10-07 10:27:46 -04:00
maintenance_policy.md - Changed IN to ON in markdown renderer condition 2015-01-14 11:52:13 +05:30
nested_model_forms.md Fix method name for building associated object in nested_model_forms guide 2015-04-25 16:02:39 +05:30
plugins.md remove link to outdated article in plugins guide [ci skip] 2015-08-28 09:18:08 +09:00
profiling.md - Changed IN to ON in markdown renderer condition 2015-01-14 11:52:13 +05:30
rails_application_templates.md add description of passing a block to add_source [ci skip] 2015-09-10 21:12:11 +09:00
rails_on_rack.md Revert "removing Rack::Runtime from the default stack." 2015-10-03 14:21:31 -07:00
routing.md [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel sound 2015-10-06 23:34:05 +05:30
ruby_on_rails_guides_guidelines.md Update instructions to build guides locally [ci skip] 2015-04-28 15:33:13 +03:00
security.md Improve readability in CSRF section of guide 2015-10-07 22:11:34 -06:00
testing.md Add missing and remove unnecessary periods in testing.md [ci skip] 2015-09-05 21:08:32 +08:00
upgrading_ruby_on_rails.md Refactor AS::Callbacks halt config and fix the documentation 2015-10-01 13:04:20 -04:00
working_with_javascript_in_rails.md Merge pull request #21195 from brooksreese/fix_broken_link_markup 2015-08-11 17:34:59 +02:00