rails/railties/guides/source
2010-08-22 20:28:37 -03:00
..
2_2_release_notes.textile Fix 2_2_release_notes so it validates XHTML 1.0 Strict 2010-04-06 12:10:24 +02:00
2_3_release_notes.textile Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
3_0_release_notes.textile amended rails upgrade plugin instructions to be rails 2.3.x compatible instead of former rails 3 format 2010-07-29 15:33:33 +01:00
action_controller_overview.textile Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
action_mailer_basics.textile Updating ActionMailer basics guide to have inline attachments 2010-06-07 23:25:49 -04:00
action_view_overview.textile Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
active_record_basics.textile Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
active_record_querying.textile Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
active_record_validations_callbacks.textile Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
active_support_core_extensions.textile Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
ajax_on_rails.textile Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
api_documentation_guidelines.textile Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
association_basics.textile Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
caching_with_rails.textile Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
command_line.textile Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
configuring.textile Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
contribute.textile Added info about guides validation to Contribute guide 2010-05-24 18:30:47 +02:00
contributing_to_rails.textile Bump up bundler version to rc.2 2010-07-29 23:48:47 -03:00
credits.html.erb Fixed minor typo on credits 2010-05-24 18:12:24 +02:00
debugging_rails_applications.textile debugging guide: revises the section on debugging RJS 2010-08-17 13:19:00 +02:00
form_helpers.textile form helpers guide: fixes an example 2010-08-09 14:11:05 +02:00
generators.textile Generators Guide: Fix another typo I introduced 2010-06-20 21:21:44 -04:00
getting_started.textile getting started guide: typos reported by Abder-Rahman Ali 2010-08-15 13:03:05 +02:00
i18n.textile Added an example and explaination for using an optional path scope for the locale 2010-08-17 09:48:12 +01:00
index.html.erb adds the AS guide to the guides index 2010-08-10 04:10:32 +02:00
initialization.textile Bump up rack-mount to 0.6.12 2010-08-22 20:28:37 -03:00
layout.html.erb adds the AS guide to the guides index 2010-08-10 04:10:32 +02:00
layouts_and_rendering.textile Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
migrations.textile Migrations guide: minor typos corrected 2010-07-15 17:42:41 +02:00
nested_model_forms.textile Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
performance_testing.textile Guides: Fix numerous broken links 2010-05-16 21:58:47 -05:00
plugins.textile correcting the documentation which wrongly states that rails/init.rb file of a gem is loaded 2010-08-18 00:08:00 -04:00
rails_application_templates.textile Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
rails_on_rack.textile Removing Metal from Rails 3. 2010-05-29 20:08:00 +02:00
routing.textile the (public) routing DSL does not accept symbols for get|post|put|delete|match 2010-08-17 02:37:28 +02:00
security.textile Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
testing.textile commit review: now that there are two supported, just mention them 2010-08-18 00:16:39 +02:00