1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/guides/source
Xavier Noria 542ddd8c89 brings csrf_meta_tags back to the generated layout
After more discussion, it has be agreed that this kind
of changes within reasonable margins are OK for 3.1.
That is, it is fine to change a little bit the generators
even if that means examples in existing books won't be
exact. (Note that the singular csrf_meta_tag exists as an
alias and thus those outdated examples will run, same for
existing applications.)
2010-10-02 00:10:32 +02: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 Remove beta and RC paths in documentation 2010-08-30 21:16:53 +02:00
action_controller_overview.textile Updated 'Action Controller Overview' guide to rails 3 and fixed a few URLs throwing 404s. 2010-09-25 05:06:10 +05:30
action_mailer_basics.textile review comments 2010-09-25 15:04:25 +05:30
action_view_overview.textile Updated old fashion form_for samples. 2010-09-15 10:11:07 +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 Minor rephrasing in Active Record Quering and Layouts and Rendering guides. 2010-09-24 07:13:40 +05:30
active_record_validations_callbacks.textile Merge branch 'master' of github.com:lifo/docrails 2010-08-26 21:20:22 -06:00
active_support_core_extensions.textile implements String#strip_heredoc 2010-08-29 23:52:38 +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 api guidelines: adds Test::Unit and RSpec as examples of correct spelling, also advice when in doubt 2010-09-21 23:50:57 +02:00
association_basics.textile Fixes in associations_basics guide. 2010-09-24 04:27:51 +05:30
caching_with_rails.textile Cleanup of the References section. 2010-09-29 15:56:16 +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 Remove mention of Rails 3 deprecated option config.action_controller.use_accept_header. 2010-09-20 17:27:26 +02:00
contribute.textile Added info about guides validation to Contribute guide 2010-05-24 18:30:47 +02:00
contributing_to_rails.textile -v=1.0.0 not needed 2010-08-29 16:53:20 -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 Updated all forms to accept UTF-8 encoding in Form Helpers guide wrt Rails 3. 2010-09-25 03:03:22 +05:30
generators.textile generators guide: edit pass 2010-08-23 09:40:37 +02:00
getting_started.textile brings csrf_meta_tags back to the generated layout 2010-10-02 00:10:32 +02:00
i18n.textile Add missing lookup keys for error messages 2010-09-01 17:43:35 +01:00
index.html.erb too many people are looking for the 2.3 guides, put by now a link at the top of the home, and add the Rails version in the main header 2010-09-03 22:00:22 +02:00
initialization.textile adds to the API guidelines the proper spelling of Arel 2010-09-19 00:05:05 +02:00
layout.html.erb updates de title of the generators guide in the home and index 2010-08-27 00:17:04 +02:00
layouts_and_rendering.textile Minor rephrasing in Active Record Quering and Layouts and Rendering guides. 2010-09-24 07:13:40 +05:30
migrations.textile change 'a SQL' to 'an SQL' as suggested by the api documentation guidelines 2010-08-26 14:23:58 +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 Fix benchmarking for rails3 2010-08-31 13:39:08 +02:00
plugins.textile Updated yaffle_test.rb from 2.2 to require 'test_helper' and extend ActiveSupport::TestCase 2010-09-18 09:53:08 -05: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 Fixed routing examples in Routing guide. Updated URL to RoutingAssertions module. 2010-09-25 06:24:27 +05:30
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 Remove deprecated stuff in ActionController 2010-09-26 02:13:45 +08:00