| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
I18n yml files.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
These reflect the settings that were previously included in the default
test_helper.rb, removed in d7d9173.
|
| |
|
| |
|
|
|
|
|
|
| |
completely removed.
This makes feature detection easier with config.respond_to?(:gem)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
are not escaped
|
|
|
|
|
|
|
|
|
|
| |
The specification allows the character encoding meta tag to be removed
if character encoding is set at the transport level (Content-Type),
which Rails is doing.
http://dev.w3.org/html5/html4-differences/#character-encoding
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
|
|
|
| |
controllers expect
|
| |
|
| |
|
| |
|
|
|
|
| |
interacts with a non-autoloaded constant
|
| |
|
|
|
|
| |
active_record/fixtures
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
| |
|
|\ |
|
| |\ |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
tests.
|
| | |
| | |
| | |
| | | |
hooks for plugins like ExceptionNotifier.
|