Commit Graph

1689 Commits

Author SHA1 Message Date
Rodrigo Navarro
0b2412978f Fixing wrong class name. 2011-02-23 10:23:01 -08:00
Rodrigo Navarro
29399e00c9 ActiveModel::Validator#validate must receive have a record parameter. 2011-02-23 10:22:03 -08:00
Mateus Paixão
20f2785849 alteracao de HTML para HTTP 2011-02-22 10:37:59 -03:00
Mani Tadayon
ae78e462bc Fix typo in i18n guide: 'explicitely' 2011-02-21 13:45:21 -08:00
Andy Lindeman
2b6845b1ef Specifying :partial is required when passing additional options such as :layout 2011-02-21 13:44:20 -08:00
Vijay Dev
406f7ebe69 cleans up PS1. Sorry lifo :) 2011-02-21 13:44:20 -08:00
Vijay Dev
c86cdea1b8 minor rephrasing 2011-02-21 13:44:19 -08:00
Ben Orenstein
2394ad69a4 Edit a few lines for readability. 2011-02-21 13:44:19 -08:00
Brandon Tilley
1e2ecc4d6f Add info about I18n::Backend::Chain to I18n guide 2011-02-21 13:44:19 -08:00
Vijay Dev
9345e9cca2 session is reset on token mismatch 2011-02-21 13:44:19 -08:00
Xavier Noria
e2d54fb3f1 documents the backported Range#cover?, and related stuff 2011-02-20 10:52:49 +01:00
Xavier Noria
f41bf6938f merges docrails 2011-02-18 23:22:15 +01:00
Xavier Noria
220cb107b6 removes indent from guides example 2011-02-18 23:13:29 +01:00
Xavier Noria
7c52da44ed Revert "Created a new Troubleshooting section in the migrations guide."
Mismatches between migrations and constants have nothing to do with
pluralization rules or model names. The mismatch happens between
the camelization of the filename minus timestamp, and the name of
the migration class itself.

This reverts commit 1c21f75f1b32ee8723c74a9bc7af70dfa02a509c.
2011-02-18 23:03:54 +01:00
Nicholas Rowe
7d9a80be93 Remove awkward phrasing from Ajax on Rails guide 2011-02-17 20:49:25 -05:00
Nicholas Rowe
9a9d895481 Fix Typos: remove several occurences of the the 2011-02-17 20:46:52 -05:00
Kedar Mhaswade
1c21f75f1b Created a new Troubleshooting section in the migrations guide.
Added a bullet point there showing how the Uninitialized Constant
(missing migration class) error looks like.
2011-02-17 16:27:01 -08:00
Brian Durand
017012b43a Add description of transaction callbacks to ActiveRecord callbacks guide. 2011-02-17 10:18:56 -06:00
Brian Durand
fead0fc448 update caching guide with the changes to ActiveSupport::Cache from the 3.0.0 release. 2011-02-17 10:14:22 -06:00
Vijay Dev
ed630dfc72 fix typo 2011-02-17 16:59:03 +05:30
Xavier Noria
5444ed56ab Revert "Fix error: docrails is a fork, not a branch."
Reason: Calling docrails a "branch" is fine, no need to change the terminology. It is a remote in my machine, and it has been called branch since the very beginning: http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch

This reverts commit 35a266edfd9ac0f3afe7f7f13c2dcf29cb4b651f.
2011-02-15 22:17:25 +01:00
Ben Orenstein
35a266edfd Fix error: docrails is a fork, not a branch. 2011-02-15 11:51:07 -05:00
Andrew White
fd7605826a Add notes on how to override the default :id constraint [#5994 state:resolved] 2011-02-14 01:01:20 +00:00
Dan Neumann
a1cc07c35e Added --sandbox option to rails console explanation. 2011-02-13 18:14:05 -06:00
Andrew White
48fe62ee57 Remove incorrect assert_recognizes example 2011-02-14 00:09:05 +00:00
Dan Neumann
f7a31ce1cd Added simple demonstration of has_many :through 2011-02-13 17:50:39 -06:00
Mike Gehard
0617d3e3c6 change plugins guide to favor gem based plugins, clean up to reflect the state of Rails3 plugins, remove information not compatible with Rails3. 2011-02-13 14:21:17 -07:00
Xavier Noria
69f07dad62 the shell prompt for non-root sessions is "$" by convention 2011-02-13 01:40:32 +01:00
Xavier Noria
bc6554f63c Revert "Add note about running bundle install as root. Solves issue with '#' not being rendered, and it's more clear for beginners."
Reason: Running bundle as root is not recommended.

This reverts commit 0d40e2c397c9ce92c839a3c318ed8757cf213413.
2011-02-13 01:37:37 +01:00
Corey Ward
0d40e2c397 Add note about running bundle install as root. Solves issue with '#' not being rendered, and it's more clear for beginners. 2011-02-12 08:12:24 -08:00
jonnii
46ebbcd56b Change fenomenal to phenomenal. 2011-02-10 12:22:19 -08:00
Vijay Dev
0db9de6cf6 updated reference to remote_form_for 2011-02-11 00:17:03 +05:30
Vijay Dev
f68287f0be fix typos, minor edits 2011-02-10 23:37:55 +05:30
Xavier Noria
cb1f8413de now that the API guidelines are a guide, it is enough to assert that the names of Rails components have a space, no need to say it was checked with David in the past 2011-02-09 20:05:28 +01:00
John Paul Ashenfelter
04eaacca96 replaced MODEL.human_name with MODEL.model_name.human now that .human_name is deprecated 2011-02-09 11:23:42 -05:00
Vijay Dev
435bf4ca4b minor fixes in generators 2011-02-09 03:18:12 +05:30
Kevin Skoglund
77582075a6 Add note that validates_length_of will incorrectly pluralize min. length 1 2011-02-07 09:25:22 -05:00
Timothy N. Tsvetkov
7a77425901 Updated form rails guide for new place of authenticity_token option
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2011-02-07 10:50:58 -02:00
Paul Annesley
58dccf305a ActiveRecord :default_timezone is :utc in Rails, as set by active_record/railtie.rb 2011-02-06 16:04:29 -08:00
Vijay Dev
cc2b2719d8 fix minor typo 2011-02-07 01:34:12 +05:30
Henry Phan
742f5f4a5d Add CSS fix for WebKit/Mac rendering issue. 2011-02-05 13:09:35 -08:00
Timothy N. Tsvetkov
b9309b47cd Added tests for form_for and an authenticity_token option. Added docs for for_for and authenticity_token option. Added section to form helpers guide about forms for external resources and new authenticity_token option for form_tag and form_for helpers.
[#6228 state:committed]

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2011-02-05 18:58:32 -02:00
Santiago Pastorino
da2d24f7cf git am is better here 2011-02-04 21:36:10 -02:00
Fred Wu
19e68b4909 Fixed the SelectorAssertions documentation url. 2011-02-02 11:24:01 +11:00
Paul Yoder
cb3e6c3665 small edit on options extraction documentation 2011-01-31 13:48:58 -06:00
Keith Wansbrough
7ada0fb598 Refer to the correct action - it's the update action, in the special case where we want to render the edit view. 2011-01-27 11:39:47 -08:00
Vijay Dev
7af3b3988c Revert "fix csrf_meta_tag"
This reverts commit 6641bf877a8408eb28d76077bb0a346a97465485.
2011-01-24 02:32:53 +05:30
Vijay Dev
340c7d182e filter_parameter_logging => config.filter_parameters 2011-01-23 20:29:03 +05:30
Vijay Dev
6641bf877a fix csrf_meta_tag 2011-01-23 20:22:17 +05:30
Xavier Noria
236f1f52cd Merge branch 'master' of git://github.com/lifo/docrails 2011-01-20 10:33:38 +01:00
Tobias Bühlmann
94e0f1db1c use name instead of title in example 2011-01-19 22:03:54 +01:00
Vijay Dev
77e1a99970 minor edits 2011-01-17 00:16:00 +05:30
Vijay Dev
3c6c240431 Document the LANGUAGE option for generating guides 2011-01-15 23:50:03 +05:30
Vijay Dev
100ab5bd43 Documented the except and only conditions in the guides. Took the cue from Jordi Ramero's commit (b31ef7ee83f3fe808f7534172ce2bf22ef6c7cc0) 2011-01-15 23:39:44 +05:30
Vijay Dev
93c208a630 use new AR api 2011-01-14 22:51:15 +05:30
Vijay Dev
31767b0032 ends_width => ends_with 2011-01-14 22:10:22 +05:30
Xavier Noria
74188cbff4 upgrades RedCloth dependency to ~> 4.2, adds RedCloth to the project's Rakefile, removes gem call from the guides generator (use bundle exec if needed) 2011-01-12 21:12:44 +01:00
Vijay Dev
4d29816fda fixed query output 2011-01-09 02:24:30 +05:30
Vijay Dev
bc6e1a154a fix template url 2011-01-08 23:35:36 +05:30
Ryan Bigg
a41d33431f config guide: add basic description for disable_dependency_loading initializer 2011-01-06 20:10:00 +10:00
Ryan Bigg
27717655ad Re-add "Using initializer files" section to configuring guide 2011-01-06 20:10:00 +10:00
Karel Minarik
1877faa7ac [FIX] Renamed ENV['LANG'] for generating translated guides to ENV['LANGUAGE'] so there's no mixup with OS env vars 2011-01-02 22:09:09 +01:00
Vijay Dev
a388c10f96 Fix typos and JavaScript case. 2011-01-03 02:08:08 +05:30
Vijay Dev
ebb732a7ec fix typos 2011-01-02 02:53:15 +05:30
Karel Minarik
56221faecd Added support for generating translated guides (stored in source/<LANG>) via setting the LANG environment variable 2011-01-01 18:01:11 +01:00
Xavier Noria
65d389955f Merge branch 'master' of git://github.com/lifo/docrails 2010-12-31 10:22:34 +01:00
Ryan Bigg
224e2d478a Routing guide: clarify what the :as option does for scopes 2010-12-31 17:50:37 +10:00
Ryan Bigg
9aef64f7a3 Routing guide: move scope documentation down to where it is referenced more plainly 2010-12-31 17:45:03 +10:00
Ryan Bigg
eaf67ca9c3 Routing guide: improve documentation for the scope method, demonstrating use of named parameters 2010-12-31 17:38:38 +10:00
Xavier Noria
eb1e727544 contrib_guide.gsub!("aptitude", "apt-get")
It turns out aptitude has been removed from Ubuntu 10.10
and while you can manually install it, apt-get is the
blessed package manager. Google for "aptitude removed
from Ubuntu" for more details. Thanks to Rafael Mendonça
França for pointing this out.
2010-12-30 07:13:04 +01:00
Xavier Noria
69765aad8b Merge branch 'master' of git://github.com/lifo/docrails 2010-12-29 23:46:03 +01:00
Xavier Noria
83e1938916 renames the contrib guide in the index 2010-12-29 11:42:11 +01:00
Xavier Noria
5fc02dbd03 since a lot of people use Ubuntu, document specific aptitude calls for some C dependencies in the contrib guide 2010-12-29 11:38:54 +01:00
Ryan Bigg
60447d8b00 Routing guide: mention that routes are matched from the top down in a note. 2010-12-29 10:57:59 +10:00
Vijay Dev
dd166c60c4 fixed incorrect spacing from 98368546719cf09b3bc2 2010-12-29 02:09:47 +05:30
Vijay Dev
9836854671 fixed examples & minor typos 2010-12-29 02:07:22 +05:30
Xavier Noria
6b43a3a627 complete revision of the Contributing to Ruby on Rails guide
* adds instructions for PostgreSQL
* adds references to mysql2 here and there
* puts documentation contributions on par with code contributions
* adds a section about Rails Contributors
* documents C dependencies for Nokogiri and the database libs
* everything double-checked and revised step by step
* adds a section about warnings in the test suite
* removes section about the Rails wiki
* title and filename renamed
* overall rewording
2010-12-28 20:36:42 +01:00
Karel Minarik
9f75545e5d Added information about invoking migrations in non-default environments to NOTE box in the "Getting Started" guide
Reason: When the guide already mentions "default environment", I think it is more then appropriate to tell the whole story.
2010-12-28 17:30:13 +01:00
Karel Minarik
cb4b5c8ad3 Adding information and link to guide on customizing generators into "Getting Started" guide. 2010-12-28 16:38:50 +01:00
Karel Minarik
8031b7e42b Fixed incorrect instructions for calling the rails command explicitely in the "Getting Started" guide 2010-12-28 10:25:55 +01:00
Karel Minarik
e2c2c2983a Added TIP box with information about the --database switch for the application generator in the "Getting Started" guide 2010-12-28 09:25:18 +01:00
Karel Minarik
8e8c13ab1e Fixed incorrect command for displaying options for new application Generator in Getting Started guide 2010-12-28 08:45:09 +01:00
Ryan Bigg
bb99c944d3 There's a couple -> There are a couple 2010-12-28 17:32:41 +10:00
Ryan Bigg
777a1f125d Init guide: begin down the rabbit warren that is active_record/railtie 2010-12-28 16:01:16 +10:00
Ryan Bigg
591c011238 Init: finish coverage of railties/lib/rails.rb 2010-12-28 15:10:13 +10:00
Ryan Bigg
8447754343 init guide: Cover the action_dispatch/railtie require from rails.rb 2010-12-28 15:06:26 +10:00
Ryan Bigg
02bb7e9b98 Remove old initialization guide text. Too much has changed for all of this to be useful. 2010-12-28 14:22:42 +10:00
Ryan Bigg
5196333d6c init guide: cover active_support/railtie.rb 2010-12-28 14:19:49 +10:00
Ryan Bigg
61e6a9f9d4 Init guide: Segue between rails/version and active_support/railtie requires 2010-12-28 14:19:05 +10:00
Ryan Bigg
0dd5433b98 Cover the inherited method from Rails::Railtie being used when I18n::Railtie is loaded. 2010-12-28 14:13:43 +10:00
Ryan Bigg
6777b7a886 Init guide: finish covering the process of the i18n_railtie.rb file. 2010-12-28 14:04:19 +10:00
Ryan Bigg
7b7537317c init guide: active_support/railtie does not require itself, actually requires i18n_railtie 2010-12-28 14:04:02 +10:00
Ryan Bigg
2f57353023 Init guide: finish covering initializers for i18n_railtie, moving on to covering after_initialize 2010-12-28 13:23:50 +10:00
Ryan Bigg
01febdadea init guide: active_support/inflector/methods is loaded by active_support/autoload first. 2010-12-28 13:22:28 +10:00
Ryan Bigg
62dd85cc83 Init guide: cover Railtie::Configuration and begin to cover the Initializer class and friends. 2010-12-27 19:14:44 +10:00
Ryan Bigg
a78e5bcfe4 Init guide: Cover the config variable set up which is referenced in i18n_railtie 2010-12-27 13:02:51 +10:00
Xavier Noria
57420dffb6 small rewording of my entry in the credits 2010-12-26 21:27:00 +01:00
Xavier Noria
71775807c1 no docs credits are written in first person, thanks to Vijay Dev for spotting this 2010-12-26 21:15:33 +01:00
Vijay Dev
50a2edbce6 fix spacing 2010-12-26 23:00:03 +05:30
Vijay Dev
e856318497 changed template gist to reflect Rails 3 and documented the add_source method to source gems from different locations 2010-12-26 22:57:45 +05:30
Vijay Dev
603e0f155d use new routes in templates 2010-12-26 22:10:56 +05:30
Vijay Dev
9ed385fe17 fix formatting 2010-12-26 00:09:08 +05:30
Vijay Dev
2801efbc3b use all and first instead of find(:all) and find(:first) 2010-12-25 23:59:57 +05:30
Vijay Dev
c6b9e47d5c use new routes 2010-12-25 23:27:15 +05:30
Vijay Dev
8618ef7537 highlighted find(array of keys) behaviour when one or more record is not found 2010-12-25 22:07:31 +05:30
Vijay Dev
b30293f2f6 minor edit 2010-12-25 22:04:05 +05:30
Vijay Dev
fdfa7dc648 fixed comment - same as 592f600 2010-12-25 01:52:28 +05:30
Vijay Dev
592f6004e1 fixed comment in w3c_validator 2010-12-25 01:19:33 +05:30
Vijay Dev
f17e1b2f7f clean up plugin references 2010-12-25 01:04:10 +05:30
Vijay Dev
caca58e4da fixed typos and cut down the spaces 2010-12-25 00:56:39 +05:30
Vijay Dev
517b37146a minor edits 2010-12-25 00:38:03 +05:30
Moiz Raja
e38cacb8ee correct links to rack articles 2010-12-23 22:51:12 -08:00
Xavier Noria
3822673151 Merge branch 'master' of git://github.com/lifo/docrails 2010-12-24 01:55:12 +01:00
Ryan Bigg
d1e95e12b4 Revert "Query guide: arel_table, eq and eq_any" along with other commits that added documentation involving the arel_table method
This reverts commit 578f9711fdb42ca9fc4b8248c494afe755cd1c17.

Conflicts:

	railties/guides/source/active_record_querying.textile
2010-12-24 10:47:38 +10:00
Ryan Bigg
e4314e7d3f Query guide: visists => visits 2010-12-24 07:23:12 +10:00
Vijay Dev
06e2f7cd17 minor convention edit 2010-12-24 00:34:07 +05:30
Vijay Dev
f1eb69c5b2 fixing typo that crept in 2c8938f 2010-12-24 00:24:26 +05:30
Vijay Dev
5683d6883b It's JavaScript :) 2010-12-24 00:19:41 +05:30
Vijay Dev
2c8938fcba fixed inject example and some minor edits 2010-12-24 00:03:51 +05:30
Vijay Dev
bb707cf737 indentation fix 2010-12-23 23:34:28 +05:30
Ryan Bigg
890105f4f1 Query guide: add or conditions 2010-12-23 22:15:08 +10:00
Ryan Bigg
8713bb6ab8 Query guide: cover further ARel methods 2010-12-23 18:36:39 +10:00
Ryan Bigg
6271f3f16b Query guide: Document "in" methods 2010-12-23 16:39:10 +10:00
Ryan Bigg
578f9711fd Query guide: arel_table, eq and eq_any 2010-12-23 16:06:29 +10:00
Ryan Bigg
cef17cd705 Query guide: specify what type of objects scopes return 2010-12-23 15:44:12 +10:00
Ryan Bigg
0795c3a15e Query guide: Ordering, selecting and so on shouldn't be nested in conditions as they are modifiers, not conditions in the prime sense of the word. 2010-12-23 15:05:17 +10:00
Ryan Bigg
c3748190f4 Query Guide: update Changelog 2010-12-23 14:59:22 +10:00
Ryan Bigg
226a2a90ed Query guide: class methods are still available on associations 2010-12-23 14:58:33 +10:00
Ryan Bigg
0644e38c42 Query guide: scopes with arguments should be instead defined as class methods. 2010-12-23 14:57:53 +10:00
Ryan Bigg
b4b2574a12 Query guide: fix indentation 2010-12-23 14:55:42 +10:00
Ryan Bigg
f411451ed5 Remove comma [samuelkadoph] 2010-12-23 14:53:26 +10:00
Ryan Bigg
28b1642561 Query guide: lambdas must be used when working with scopes 2010-12-23 14:50:40 +10:00
Ryan Bigg
5b19579ab3 Init guide: further revision, covering rails/plugin.rb and friends 2010-12-23 14:36:24 +10:00
Ryan Bigg
f183668ff9 Querying guide: Add mention of the scope method 2010-12-23 14:36:24 +10:00
Xavier Noria
0b5222fa45 API guidelines: RDoc markup documentation has been moved in RDoc 3 2010-12-23 00:23:22 +01:00
Vijay Dev
15ce225ab0 fix typo 2010-12-22 23:47:23 +05:30
Vijay Dev
90ef676c7f remove duplication of links 2010-12-22 23:47:09 +05:30
Lee Reilly
55b01e65e2 No example given on how to render JSON data despite the heading 'Rendering XML and JSON data'; added relevant code. 2010-12-21 19:49:42 -08:00
Ryan Bigg
68ebd332d0 Config guide: Complete sentence about the Rack::SendFile middleware. 2010-12-21 13:45:38 +10:00
Ryan Bigg
4da4087fd8 Further re-working of the initialization guide 2010-12-21 10:40:15 +10:00
Ryan Bigg
1cacb08b21 Improve documentation on ActiveSupport::Deprecation. 2010-12-21 10:40:15 +10:00
Ryan Bigg
8373c735c7 config guide: mention ActiveSupport::Deprecation configuration options. 2010-12-21 10:40:14 +10:00
Xavier Noria
880f8419c4 Merge branch 'master' of git://github.com/lifo/docrails 2010-12-20 20:13:34 +01:00
Vijay Dev
6909fb6cff indentation fixes 2010-12-20 02:34:08 +05:30
Vijay Dev
4197fad841 fix typos 2010-12-20 00:07:43 +05:30
Vijay Dev
eaad8610ee minor example fix for Rails 3 2010-12-19 23:37:22 +05:30
Vijay Dev
cc3d6a8571 minor corrections 2010-12-19 21:28:33 +05:30
Vijay Dev
6b65cd57ca deleting trailing whitespaces 2010-12-19 17:57:20 +05:30
Ryan Bigg
d421b16edc Config guide: middlewares can also be removed from the stack 2010-12-17 16:24:47 +10:00
Ryan Bigg
225f95237b init guide: Cover beginnings of rails/application.rb 2010-12-17 16:24:47 +10:00
Ryan Bigg
5e0daa0bce init guide: Cover ruby version checker and kernel reporting and logger coreext 2010-12-17 16:24:47 +10:00
Santiago Pastorino
3b9120fa52 Generate add_index by default when giving type belongs_to or references 2010-12-16 20:58:58 -02:00
Piotr Sarnacki
f176b2552e Changelog and guide entries for config.action_view.cache_template_loading 2010-12-16 22:53:19 +01:00
Vijay Dev
e00afadfdd removed info about deprecated rake tasks, documented the sandbox option for the rails console and minor corrections 2010-12-16 02:09:57 +05:30
Vijay Dev
f96fb78e57 removed info about deprecated rake tasks, documented the sandbox option for the rails console and minor corrections 2010-12-16 01:49:30 +05:30
Santiago Pastorino
692b621d2a Tables style unification 2010-12-16 01:49:28 +05:30
Santiago Pastorino
4c5805dfab Add named helper to photo controller example 2010-12-16 01:49:28 +05:30
Santiago Pastorino
6f8cc0776b Add underline to header 2010-12-16 01:49:28 +05:30
Santiago Pastorino
edf5b57451 Add named helper output to translated paths example 2010-12-16 01:49:28 +05:30
Xavier Noria
62113a8fa9 Merge branch 'master' of git://github.com/lifo/docrails 2010-12-15 20:40:01 +01:00
Vijay Dev
e9732c75a8 fixed typos 2010-12-16 00:56:02 +05:30
Vijay Dev
ae7910fad4 minor formatting fixes 2010-12-16 00:54:15 +05:30
Xavier Noria
3c9486f487 Merge branch 'master' of git://github.com/lifo/docrails 2010-12-15 20:18:36 +01:00
Vijay Dev
80382c7465 fixed link to ruby-prof 2010-12-16 00:16:28 +05:30
Vijay Dev
7a028eae79 fixed font 2010-12-15 23:13:22 +05:30
Vijay Dev
7b0e1cb0ca Merge branch 'master' of github.com:lifo/docrails 2010-12-15 22:35:32 +05:30
Vijay Dev
e15a55c862 filter_parameter_logging is deprecated in Rails 3. Changed it to config.filter_parameters 2010-12-15 22:35:09 +05:30
Ryan Bigg
a7791c3752 Active Support coreext guide: Logger core extension documentation 2010-12-15 16:18:46 +10:00
Ryan Bigg
003fce430a WIP: Reviewing the initialization guide for Rails 3.1 2010-12-15 16:18:46 +10:00
Elben Shira
de4f9acad8 It should be ActiveModel::Validator, not ActiveRecord::Validator. 2010-12-14 20:35:08 -06:00
Umar Sheikh
0b5671ccca for the root route to work, we need to delete the public/index.html.erb
file as well
2010-12-13 11:18:49 +05:00
Vijay Dev
a6faeffe59 fixed typos in mailer 2010-12-12 21:10:03 +05:30
vijay
3efe1b7386 fixed typos and rephrased a few sentences; also removed reference to status codes being located in action_controller/status_codes.rb 2010-12-11 23:06:54 +05:30
Paul Odeon
14b5c8b985 Updated generator guide for rails commit 7891de893951c780a1732747d430c33e998dd573 2010-12-11 14:30:12 +00:00
Santiago Pastorino
f05238e1d2 Tables style unification 2010-12-11 02:24:07 -02:00
Santiago Pastorino
93af9ecf35 Add named helper to photo controller example 2010-12-11 02:02:09 -02:00
Santiago Pastorino
e4c252c119 Add underline to header 2010-12-11 01:54:59 -02:00
Santiago Pastorino
c780cf2f02 Add named helper output to translated paths example 2010-12-11 01:50:21 -02:00
Xavier Noria
c8baefbca3 spaces with underscores, I mean 2010-12-11 00:22:51 +01:00
Xavier Noria
f0580bd84c testing guide: revises explanation of the test macro 2010-12-11 00:20:15 +01:00
Xavier Noria
1b8f9d3d7e Merge branch 'master' of https://github.com/vijaydev/docrails into vijaydev-master 2010-12-11 00:07:31 +01:00
Xavier Noria
b911d88390 Merge branch 'master' of https://github.com/lucascaton/docrails into lucascaton-master 2010-12-11 00:02:41 +01:00
Xavier Noria
b43842f6c0 Merge branch 'master' of https://github.com/git2samus/docrails into git2samus-master 2010-12-10 23:53:13 +01:00
vijay
61817d2630 fixed typos and rephrased few sentences in routing 2010-12-10 23:34:48 +05:30
vijay
6acd1304b1 Merge branch 'master' of github.com:lifo/docrails 2010-12-10 23:03:31 +05:30
Ryan Bigg
dbf955c03b Action Controller Overview: Remove dead link to the API docs for filters 2010-12-10 15:55:46 +10:00
Ryan Bigg
ae7825d57c Config guide: Use bold titles for initializers instead of headings. 2010-12-09 17:54:38 +10:00
Ryan Bigg
e4456b6f03 Add note which links to documentation regarding the types of columns available. 2010-12-09 17:54:38 +10:00
Ryan Bigg
9560f50920 Config guide: Space out initialization events to improve readability 2010-12-09 17:54:38 +10:00
Ryan Bigg
ceb164a420 Config guide: add further initializers 2010-12-09 17:54:38 +10:00
Ryan Bigg
4902fc73b3 Config guide: add session store config option 2010-12-09 17:54:38 +10:00
Ryan Bigg
b6eec1decf Config guide: eager_load_paths by default contains every directory in the app directory 2010-12-09 17:54:37 +10:00
Lucas Catón
323a64ecb5 Fix link on generations' page 2010-12-05 15:58:29 -02:00
Vijay Dev
638b409eb4 fixed typo in test method name 2010-12-05 09:46:52 -08:00
Ryan Bigg
c4669d3c02 Config guide: continuing work on documenting the initializers 2010-12-04 11:27:17 +11:00
Samus_
62d5bb2686 typo 2010-12-03 18:05:52 -02:00
Ryan Bigg
30bcdff405 Config guide: begin documenting the initializers 2010-12-03 19:16:25 +11:00
Ryan Bigg
b800125ae8 Config guide: Add javascript_expansions and stylesheet_expansions 2010-12-03 18:06:02 +11:00
Ryan Bigg
04779fbadd Config guide: should use config.action_dispatch.tld_length to set the TLD 2010-12-03 17:34:34 +11:00
Ryan Bigg
e600f84208 Config guide: Add cache_asset_ids 2010-12-03 17:28:51 +11:00