Commit Graph

24 Commits

Author SHA1 Message Date
James Miller
bf43166b92 Fix spelling error in association basics guide 2009-02-06 07:57:34 -08:00
James Miller
a44f613c5f Fix some spelling erros in Active Record Querying guide 2009-02-06 07:51:11 -08:00
James Miller
ab8f87729e Fix some spelling errors in the Active Record Basics guide 2009-02-06 07:48:22 -08:00
James Miller
984fbba5e8 Fix some spelling errors in Action Controller guide 2009-02-06 07:44:34 -08:00
Mike Gunderloy
0d92746eea Update 2.3 release notes. 2009-02-06 07:59:22 -06:00
Pratik Naik
b9ba2fe550 Merge commit 'mainstream/master'
Conflicts:
	railties/guides/files/javascripts/code_highlighter.js
	railties/guides/files/javascripts/guides.js
	railties/guides/files/javascripts/highlighters.js
	railties/guides/files/stylesheets/main.css
	railties/guides/files/stylesheets/print.css
	railties/guides/files/stylesheets/reset.css
	railties/guides/files/stylesheets/style.css
	railties/guides/files/stylesheets/syntax.css
	railties/guides/rails_guides/indexer.rb
	railties/guides/source/2_2_release_notes.textile
	railties/guides/source/2_3_release_notes.textile
	railties/guides/source/action_controller_overview.textile
	railties/guides/source/action_mailer_basics.textile
	railties/guides/source/active_record_basics.textile
	railties/guides/source/activerecord_validations_callbacks.textile
	railties/guides/source/association_basics.textile
	railties/guides/source/caching_with_rails.textile
	railties/guides/source/command_line.textile
	railties/guides/source/debugging_rails_applications.textile
	railties/guides/source/form_helpers.textile
	railties/guides/source/getting_started.textile
	railties/guides/source/i18n.textile
	railties/guides/source/layout.html.erb
	railties/guides/source/layouts_and_rendering.textile
	railties/guides/source/migrations.textile
	railties/guides/source/performance_testing.textile
	railties/guides/source/plugins.textile
	railties/guides/source/rails_on_rack.textile
	railties/guides/source/routing.textile
	railties/guides/source/security.textile
	railties/guides/source/testing.textile
2009-02-06 02:25:55 +00:00
Pratik Naik
96d610553e Merge docrails along with the new guides and guides generation code 2009-02-06 02:01:22 +00:00
Pratik Naik
ee4b5a4e07 Change the name of perf guide in index/navbar 2009-02-05 16:09:33 +00:00
Mike Gunderloy
e5a5ed5b29 Format and typo cleanup of 2.3 release notes 2009-02-05 07:44:15 -06:00
Trevor Turk
e7d56a563b Active Record Validations and Callbacks TODOs added, spelling and small cleanup 2009-02-05 01:25:06 -06:00
Trevor Turk
1b31144961 Fix for validations docs, person.invalid?(:email) should be person.errors.invalid?(:email) 2009-02-05 00:27:52 -06:00
Trevor Turk
4ee9f7979b Finish TODOs for Active Record Callbacks and Validations, will continue to review 2009-02-04 23:40:49 -06:00
Pratik Naik
4d590a820a Fix links in performance guide 2009-02-05 01:21:36 +00:00
Trevor Turk
ffd0b1e330 Remove stray API link 2009-02-04 08:54:14 -06:00
Trevor Turk
edffab4112 Merge changes to Active Record Validations section 2009-02-04 08:52:14 -06:00
Trevor Turk
8c9f0ef35a Formatting cleanup and fixes for Active Record Validations 2009-02-04 08:43:33 -06:00
Pratik Naik
d39290cf0e Remove API links and add TODOs #26 2009-02-04 14:38:45 +00:00
Pratik Naik
ed1f67447d Minor rewording on the index page 2009-02-04 13:57:14 +00:00
Mike Gunderloy
7b0a175137 Formatting fixes for Getting Started guide 2009-02-04 07:46:57 -06:00
karmi
e0d79fbf04 Fixed the wrong currency symbol in the i18n guide 2009-02-04 04:10:08 -07:00
Trevor Turk
1ca565a16a Update Guides, Active Record Validations, better explanation of what methods bypass validations 2009-02-04 01:59:06 -06:00
Trevor Turk
3584d8c8a2 add link to machinist in testing guide under other testing approaches 2009-02-03 23:00:25 -06:00
Colin Curtin
cb6091a93a Added advanced server command and a mini-generator tutorial. 2009-02-03 19:11:36 -08:00
Pratik Naik
03bb1ebec5 Convert the guides from asciidoc to textile and integrate with the new design.
If you're a guide writer and want to generate the guides, Run :

  ruby railties/guides/rails_guides.rb

And guides HTML will get generated inside railties/guides/output directory.
2009-02-04 01:44:58 +00:00