aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | make ActiveRecord::Errors.default_error_messages look up translated error ↵Sven Fuchs2008-06-191-26/+7
| | | | | | | | | | | | | | | | | | | | messages
| | * | | I18n has not been released as a gem, yetSven Fuchs2008-06-191-5/+6
| | | | |
| | * | | add lang file for active_supportSven Fuchs2008-06-192-0/+8
| | | | |
| | * | | integrating I18n into RailsSven Fuchs2008-06-1917-168/+1081
| | | | |
* | | | | Begin working on a little Rails book.Hongli Lai (Phusion)2008-07-252-0/+137
|/ / / /
* | | | Improve documentation for ActionController::UrlWriter.Hongli Lai (Phusion)2008-07-241-10/+87
| | | |
* | | | Improve the plugin creation guide's title.Hongli Lai (Phusion)2008-07-211-2/+2
| | | |
* | | | Update guide generation task for latest Mizuho commandline options. Add ↵Hongli Lai (Phusion)2008-07-2027-1/+7
| | | | | | | | | | | | | | | | admonition icons for the guides.
* | | | Fix some layout/styiling problems.Hongli Lai (Phusion)2008-07-201-4/+6
| | | |
* | | | Convert 'creating plugins' guide to asciidoc format.Hongli Lai (Phusion)2008-07-2012-864/+1007
| | | |
* | | | Revived two ancient manuals from manuals.rubyonrails.org: 'Securing Rails ↵Hongli Lai (Phusion)2008-07-206-0/+1634
| | | | | | | | | | | | | | | | Applications' and 'Testing Rails Applications'. Now in Asciidoc format generated by Mizuho.
* | | | in access.rb, documented edge cases of #from and #to and revised conventionsXavier Noria2008-07-201-9/+11
| | | |
* | | | Improve documentation for ActiveRecord transactions.Hongli Lai (Phusion)2008-07-191-3/+6
| | | |
* | | | Improve documentation of ActiveRecord::Rollback.Hongli Lai (Phusion)2008-07-191-2/+27
| | | |
* | | | Improve readability of other ActiveRecord association methods' documentation.Hongli Lai (Phusion)2008-07-191-89/+190
| | | |
* | | | Improve readability of ActiveRecord::Assocations.has_many's documentation.Hongli Lai (Phusion)2008-07-181-44/+89
| | | |
* | | | Improve overview for ActionController::TestCase.Hongli Lai (Phusion)2008-07-182-12/+51
| | | |
* | | | Fix markup.Hongli Lai (Phusion)2008-07-181-2/+2
| | | |
* | | | Write overviews for AbstractController::TestResponse and ↵Hongli Lai (Phusion)2008-07-182-5/+53
| | | | | | | | | | | | | | | | AbstractController::AbstractResponse.
* | | | Improve documentation for ActionController::Session.get.Hongli Lai (Phusion)2008-07-181-5/+13
| | | |
* | | | Include a :number option example inside Time conversions helper.miloops2008-07-171-0/+1
| | | |
* | | | Merge commit 'mainstream/master'Pratik Naik2008-07-12103-1203/+1243
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Conflicts: actionpack/lib/action_controller/base.rb railties/lib/rails_generator/commands.rb
| * | | Set config.action_view.warn_cache_misses = true to receive a warning if you ↵Joshua Peek2008-07-124-5/+36
| | | | | | | | | | | | | | | | perform an action that results in an expensive disk operation that could be cached
| * | | Refactor template preloading. New abstractions include Renderable mixins and ↵Joshua Peek2008-07-1221-467/+356
| | | | | | | | | | | | | | | | a refactored Template class.
| * | | Set global ActionController::Base.view_paths for test casesJoshua Peek2008-07-1215-49/+4
| | | |
| * | | Removed a few implementation specific view path testsJoshua Peek2008-07-121-14/+0
| | | |
| * | | Improve test coverage and create fixtures for ↵Joshua Peek2008-07-126-0/+14
| | | | | | | | | | | | | | | | RenderPartialWithRecordIdentificationTests
| * | | Ensure script/generate finds generators from symlinked plugins. [#449 ↵Daniel Guettler2008-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * | | Restore support for partial matches in assert_redirected_toMichael Koziarski2008-07-122-2/+14
| | | | | | | | | | | | | | | | If both the actual redirection and the asserted redirection are hashes, succeed if the asserted redirection is a strict subset of the actual redirection.
| * | | Ensure mail_to label is obfuscated for javascript encoding. [#294 ↵Johan Sørensen2008-07-122-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * | | Ensure MysqlAdapter allows SSL connection when only sslca is supplied. [#253 ↵Micah Wedemeyer2008-07-111-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * | | Changed ActionView::TemplateHandler#render API method signature to ↵Joshua Peek2008-07-117-13/+14
| | | | | | | | | | | | | | | | render(template, local_assigns = {})
| * | | Use require_dependency 'application' not require in the console bootstraps ↵Michael Koziarski2008-07-111-1/+1
| | | | | | | | | | | | | | | | to avoid requiring application.rb twice
| * | | WhitespaceMichael Koziarski2008-07-111-2/+1
| | | |
| * | | Added tests to show that 2d372d7 breaks old generator behavior (#545 ↵Joshua Peek2008-07-111-0/+19
| | | | | | | | | | | | | | | | state:resolved)
| * | | Revert "Fixed generator collisions for nested controller modules."Joshua Peek2008-07-111-16/+9
| | | | | | | | | | | | | | | | This reverts commit 2d372d704987e05712ccd937e78d8dbd41242efe.
| * | | Ensure use_accept_header is enabled for test_action_cache_conditional_optionsJoshua Peek2008-07-111-1/+2
| | | |
| * | | Ensure use_accept_header is enabled for test_action_cache_conditional_optionsJoshua Peek2008-07-111-0/+2
| | | |
| * | | Fixed teardown method typo (plus whitespace)Joshua Peek2008-07-111-17/+15
| | | |
| * | | Check for response in builder template since ActionMailer does not have oneJoshua Peek2008-07-111-1/+2
| | | |
| * | | Stubba is included in Mocha alreadyJoshua Peek2008-07-111-2/+1
| | | |
| * | | Added notes to Routing documentation and routes.rb regarding defaults routes ↵Clemens Kofler2008-07-102-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | opening the whole application for GET requests Signed-off-by: Michael Koziarski <michael@koziarski.com>
| * | | Move accept header parsing shortcut to Mime::Type.parseJeremy Kemper2008-07-092-41/+43
| | | |
| * | | Don't repeatedly convert only/except optionsJeremy Kemper2008-07-091-3/+28
| | | |
| * | | Remove some Symbol#to_proc usage in runtime code. [#484 state:resolved]Cheah Chu Yeow2008-07-098-19/+27
| | | |
| * | | Boolean type casting creates fewer objectsJeremy Kemper2008-07-091-1/+1
| | | |
| * | | Request#accepts special-cases a single mime typeJeremy Kemper2008-07-091-4/+10
| | | |
| * | | Fix teardown method name typoJeremy Kemper2008-07-091-1/+1
| | | |
| * | | Put a newline rather than a semicolon at the end of RJS source to avoid ↵Jeremy Kemper2008-07-091-1/+1
| | | | | | | | | | | | | | | | parse errors with embedded heredocs
| * | | Use ActionController::Base.logger to report template compilation errors ↵Jeremy Kemper2008-07-091-4/+4
| | | | | | | | | | | | | | | | since there is no AV::Base.logger