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
2010-10-19 23:07:29 +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 Added :file as a possible value when configuring actionmailer 2010-10-18 18:55:02 +11:00
action_view_overview.textile Remove mention to register_javascript_include_default in documentation 2010-10-11 13:28:50 +11: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 added more items to the set to improve explanation of validates_exclusion_of 2010-10-04 00:02:09 -04:00
active_support_core_extensions.textile implements weeks_ago and prev_week for Date/DateTime/Time [#5122 state:committed] 2010-10-16 02:23:23 +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 a reference to the RDoc documentation where directives like :method: are covered 2010-10-19 22:45:51 +02:00
association_basics.textile Use <em> rather than underscores to fix display issue with 4.1.1.1 in the asssociation basics guide 2010-10-14 08:12:25 +11:00
caching_with_rails.textile Cleanup of the References section. 2010-09-29 15:56:16 +02:00
command_line.textile Removed miscelenous letters. 2010-10-13 23:31:37 +03: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 remove Mongrel from debugger docs 2010-10-15 23:38:31 +11:00
form_helpers.textile corrected wording for better reading, fixed ugly intented quote by using code tags 2010-10-03 20:41:56 -04:00
generators.textile Fixing a small typo in the generators guide 2010-10-14 17:24:59 -04:00
getting_started.textile Merge branch 'master' of git://github.com/lifo/docrails 2010-10-19 23:07:29 +02:00
i18n.textile Add missing lookup keys for error messages 2010-09-01 17:43:35 +01:00
index.html.erb aaaaannnddd, your beloved typo only spotted in the github colored diff no matter how many passes you did before pushing 2010-10-05 19:38:05 +02:00
initialization.textile Bump bundler up to 1.0.3 2010-10-16 14:36:25 -02:00
layout.html.erb new guide: Ruby on Rails Guides Guidelines 2010-10-05 19:34:27 +02:00
layouts_and_rendering.textile Fixed casing of JavaScript (and RJS) [#183 state:resolved] 2010-10-14 23:12:25 +01:00
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 Updating routing namespace examples to use symbols and not strings. 2010-10-19 13:40:47 +01:00
ruby_on_rails_guides_guidelines.textile a couple of touches to the guides guidelines 2010-10-05 22:52:43 +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 Remove deprecated stuff in ActionController 2010-09-26 02:13:45 +08:00