Rich Sturim
|
74fd2d34f2
|
fixed a few filenames and paths
|
2009-01-21 23:39:33 -05:00 |
|
Ahmed El-Daly
|
f08a78a057
|
Merge branch 'master' of git@github.com:lifo/docrails
|
2009-01-21 22:18:10 -05:00 |
|
Ahmed El-Daly
|
c5069bd495
|
Draft Action Mailer basics guide, now with section on testing
|
2009-01-21 22:17:25 -05:00 |
|
Rich Sturim
|
e8f7da6118
|
updated broken link
|
2009-01-21 21:12:26 -05:00 |
|
George Ogata
|
db8efc9048
|
Merge branch 'master' of git@github.com:lifo/docrails
|
2009-01-22 12:11:32 +11:00 |
|
George Ogata
|
e89138a31b
|
Update interpolations in i18n guide.
Value is available for all messages, and count for some of the
numericality ones.
|
2009-01-22 12:08:00 +11:00 |
|
Pratik Naik
|
8ad2f93a30
|
ActiveRecord => Active Record
|
2009-01-21 21:35:53 +00:00 |
|
Pratik Naik
|
de23a00776
|
Regenerate guides
|
2009-01-21 21:30:37 +00:00 |
|
Sven Fuchs
|
16909d3514
|
i18n guide: refer to section 'Error messages scopes'
|
2009-01-21 22:16:30 +01:00 |
|
Sven Fuchs
|
65ae0cc622
|
i18n guide: add section: overview of other built-in methods
|
2009-01-21 22:12:59 +01:00 |
|
Sven Fuchs
|
d9fd4c478c
|
i18n guide: added sections: conclusion, contributing to rails-i18n, resources, authors
|
2009-01-21 20:48:31 +01:00 |
|
Karel Minarik
|
cc2243dee5
|
Fixed bad path to image (demo_translated_en.png)
|
2009-01-21 18:22:55 +01:00 |
|
Karel Minarik
|
47b122468f
|
Added section about Setting locale from URL to i18n guide
|
2009-01-21 18:17:42 +01:00 |
|
Karel Minarik
|
b9a0c02820
|
Basic draft of section "Setting and passing the locale" for i18n guide
|
2009-01-21 14:35:04 +01:00 |
|
Frederick Cheung
|
41af666fb8
|
Fix asciidoc formating
|
2009-01-19 11:47:25 +00:00 |
|
Pratik Naik
|
1e550ccd0d
|
Regen guides
|
2009-01-19 02:17:38 +00:00 |
|
Frederick Cheung
|
0de89f8150
|
link to the validations guide
|
2009-01-19 02:04:45 +00:00 |
|
Frederick Cheung
|
b9efc8a0ce
|
rename some sections
|
2009-01-19 02:01:23 +00:00 |
|
Frederick Cheung
|
a0b2223740
|
rename section
|
2009-01-19 01:50:10 +00:00 |
|
Frederick Cheung
|
e8c50fcd5e
|
Rearrange sections on basic form helpers/form_for
|
2009-01-19 01:48:52 +00:00 |
|
Frederick Cheung
|
5ccc37e2d9
|
tidy up some wording
|
2009-01-19 00:23:21 +00:00 |
|
Frederick Cheung
|
e285ce828e
|
move section on uploads up
|
2009-01-19 00:18:51 +00:00 |
|
CassioMarques
|
72d2a64f63
|
Changed the 'guides' Rake task to ignore Vim swap files during the HTML generation, removed active_record_basics.txt from the ignore list and generated initial HTML of it with previous contents.
|
2009-01-18 21:56:10 -02:00 |
|
Pratik Naik
|
986a7c620c
|
Merge commit 'mainstream/master'
|
2009-01-18 18:13:33 +00:00 |
|
Pratik Naik
|
39e1ac658e
|
Merge docrails
|
2009-01-18 18:10:58 +00:00 |
|
Pratik Naik
|
652ecd3bfa
|
Fix year in ARes license
|
2009-01-18 17:47:12 +00:00 |
|
Pratik Naik
|
aeafccf0ca
|
Merge commit 'mainstream/master'
|
2009-01-18 17:45:39 +00:00 |
|
Xavier Noria
|
e35e5ed2a4
|
quoted a couple of strings
|
2009-01-18 14:40:40 +01:00 |
|
Xavier Noria
|
01337e06dd
|
in depth revision of AssetTagHelper rdoc
|
2009-01-18 14:30:34 +01:00 |
|
George Ogata
|
dad45fa21b
|
Add missing validates_numericality_of message names to i18n guide.
|
2009-01-18 17:50:56 +11:00 |
|
Pratik Naik
|
085991891e
|
Bump up the year in MIT license files
|
2009-01-18 05:28:21 +00:00 |
|
Pratik Naik
|
41af606db3
|
Remove script/performance/profiler in favour of performance integration tests.
To continue using script/performance/profiler, install the request_profiler plugin :
script/plugin install git://github.com/rails/request_profiler.git
|
2009-01-18 05:20:39 +00:00 |
|
Jose' Valim
|
c2e7851fb2
|
Add ActionMailer::Base#enable_starttls_auto option for enabling/disabling STARTTLS. [#1731 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-01-18 04:19:18 +00:00 |
|
Joshua Peek
|
ff0a2678c4
|
Build query string and POST params parser on top of Rack::Request. Also switch our multipart parser to use Racks. Moved XML, JSON, and YAML parsers into ActionController::ParamsParser middleware [#1661 state:resolved]
|
2009-01-17 20:29:50 -06:00 |
|
Joshua Peek
|
aab760c3df
|
Add test coverage for fixing Safari 2 trailing null character
|
2009-01-17 20:03:22 -06:00 |
|
Josh Susser
|
78f2c19ae7
|
Refactor Object#try to use inheritance. [#1774 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-01-18 00:47:38 +00:00 |
|
Pratik Naik
|
3b1cd9e525
|
Fix has_and_belongs_to_many_associations tests. #1738
|
2009-01-18 00:34:57 +00:00 |
|
Pratik Naik
|
69022dfd7b
|
Add links to lighthouse ticket for i18n guide
|
2009-01-18 00:31:42 +00:00 |
|
Pratik Naik
|
56152d8f60
|
Regenerate guides
|
2009-01-18 00:18:02 +00:00 |
|
Karel Minarik
|
4059f0477d
|
Add rake task for generating a subset of guides
rake guides ONLY='migrations i18n'
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-01-18 00:07:07 +00:00 |
|
Lourens Naude
|
b08c968875
|
Decouple the local cache strategy from MemCacheStore for reuse with other remote stores [#1653 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-01-17 18:05:48 -06:00 |
|
Ahmed El-Daly
|
fe01a13ac5
|
First go at the Action Mailer guide
|
2009-01-17 16:35:04 -05:00 |
|
Karel Minarik
|
4dd764207c
|
Clarifications and additions to the introduction part of Internationalization (I18n) guide
|
2009-01-17 19:12:13 +01:00 |
|
Pratik Naik
|
3ad392f6f9
|
Add command line to index and minor change in finders guide
|
2009-01-17 17:31:23 +00:00 |
|
Joshua Peek
|
29e7a02428
|
Ensure any method sent to RewindableIO reads the original IO object [#1767 state:resolved]
|
2009-01-17 11:12:18 -06:00 |
|
Joshua Peek
|
515a1a3328
|
Lock middleware has been committed upstream
|
2009-01-17 10:16:31 -06:00 |
|
Pratik Naik
|
e3fd533d03
|
Revert "Updated readme to include instructions on which dependencies to install before building guides."
This reverts commit ef3672ddda.
|
2009-01-17 16:11:27 +00:00 |
|
lukeludwig
|
3ee4e00918
|
Cache columns for has_and_belongs_to_many associations
This avoids repeatedly calling SHOW COLUMNS when the association is queried
[#1738 state:committed]
|
2009-01-17 18:09:13 +13:00 |
|
Jeremy Kemper
|
fe013ce934
|
Fix performance regression
|
2009-01-16 20:36:59 -08:00 |
|
Jeremy Kemper
|
78af271069
|
Skip respond_to check so rack.input doesn't have to implement it
|
2009-01-16 20:36:59 -08:00 |
|