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-11-16 00:04:37 +01:00
..
2_2_release_notes.textile
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 removed unnecessary indentation 2010-11-14 06:02:16 -05:00
action_mailer_basics.textile deliver_* is no more 2010-11-14 18:27:08 +05:30
action_view_overview.textile Reworded sentence using text from rails source code. 2010-10-25 22:18:20 +03: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 Changed environment.rb to application.rb 2010-10-25 16:48:59 +03:00
active_support_core_extensions.textile Update the guides. 2010-11-14 16:22:21 +01: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 restores the example for fixed-width font in API guidelines 2010-11-10 23:46:00 +01: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 colorize_logging is a Rails General Configuration option not a specific option of ActiveRecord 2010-11-13 12:17:21 +01:00
contribute.textile
contributing_to_rails.textile -v=1.0.0 not needed 2010-08-29 16:53:20 -03:00
credits.html.erb
debugging_rails_applications.textile Use Rails.logger, not ActiveRecord::Base.logger 2010-11-08 10:14:15 +01:00
form_helpers.textile Merge branch 'master' of git://github.com/lifo/docrails 2010-11-15 19:45:46 +01:00
generators.textile Fixing a small typo in the generators guide 2010-10-14 17:24:59 -04:00
getting_started.textile Getting Started guide: remove calls to f.error_messages as it has been removed from Rails 2010-11-15 00:07:25 +01: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 updated the rails guide to reflect changes in the action view railtie relating to the asset id cache code 2010-11-16 00:04:37 +01:00
layout.html.erb switches guides code syntax highlighting to the better SyntaxHighlighter, I did my best with the theme, I swear 2010-10-24 00:35:47 +02:00
layouts_and_rendering.textile the partial option is not required for simple partial rendering 2010-11-13 20:24:04 -05:00
migrations.textile Changed environment.rb to application.rb 2010-10-25 22:27:56 +03: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 Fixed the name of the 'generator option' 2010-11-11 23:02:05 +01: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 Add HTTP Verb Constraints (:via) to routing guide 2010-11-15 09:26:57 -07: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