Commit Graph

2546 Commits

Author SHA1 Message Date
Pratik Naik
3b30f4b8ba Rewrite eager loading and joins sections 2009-02-07 21:50:06 +00:00
Pratik Naik
93c6fc6ee8 Reorder find options under a same section 2009-02-07 18:22:28 +00:00
Pratik Naik
b23ac32959 Improve sections dealing with order, select, limit and locking 2009-02-07 18:10:46 +00:00
Pratik Naik
6929fe6d3e Improve Conditions section 2009-02-07 16:41:29 +00:00
Pratik Naik
4cf21093e8 Add options to the arg list 2009-02-07 16:11:01 +00:00
Pratik Naik
9fd8538ca4 Improve structure at the beginning of the AR Finders guide 2009-02-07 16:05:38 +00:00
Xavier Noria
01f82d62dc edged coverage of session storage configuration 2009-02-07 15:06:26 +01:00
Xavier Noria
f11616b521 removed spurious space in changelog of routing guide 2009-02-07 14:31:38 +01:00
Xavier Noria
bc793f58b0 added Changelog section 2009-02-07 14:03:42 +01:00
Ryan Bigg
b7d4d8d6ed Merge branch 'master' of git@github.com:lifo/docrails 2009-02-07 13:16:09 +10:00
Pratik Naik
c85ce1bcc3 Minor fixes in layout and index 2009-02-07 03:15:24 +00:00
Ryan Bigg
a9b5655948 Fixed up bug reported by Darktatka in regards to :joins outside of lambda. 2009-02-07 13:15:10 +10:00
Pratik Naik
4cf3d4d9d5 Second version of the Rack guide 2009-02-07 02:55:38 +00:00
CassioMarques
b981ab4224 Fixing the description of the i18n guide in the index page 2009-02-06 22:54:47 -02:00
Tore Darell
38a2c4c91e Add min-height to code,pre to prevent icon from being cut off 2009-02-07 00:40:25 +01:00
Tore Darell
ecc9e86e89 Remove <code> from inside <pre> 2009-02-07 00:38:40 +01:00
Tore Darell
858aaa963c Reword the session section to reflect that CookieStore has an ID and that you can change they :key and :secret 2009-02-07 00:24:01 +01:00
Mike Gunderloy
1b60c31243 Some cleanup to Credits page 2009-02-06 16:09:06 -06:00
James Miller
715def6b54 Minor formatting fix to contribute page 2009-02-06 08:52:05 -08:00
James Miller
c5472e9238 Add new contribute page to replace existing Hackfest page 2009-02-06 08:45:21 -08:00
James Miller
3e56a38324 Fix spelling errors and references to application.rb in command line guide 2009-02-06 08:02:21 -08:00
James Miller
1a8226977f Fix spelling errors in caching guide 2009-02-06 07:59:02 -08:00
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