aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Turn on debugger autoevalJeremy Kemper2008-11-291-0/+1
| | |/ | |/|
| * | Merge branch 'master' of git@github.com:rails/railsJeremy Kemper2008-11-2614-22/+129
| |\|
| | * Let all plugins not just engines have a config/routes.rb fileDavid Heinemeier Hansson2008-11-261-1/+2
| | |
| | * Fix routing test and add changelog note about draw no longer clearing the ↵David Heinemeier Hansson2008-11-262-0/+3
| | | | | | | | | | | | route set
| | * Merge branch 'master' of git@github.com:rails/railsDavid Heinemeier Hansson2008-11-266-3/+42
| | |\
| | * | Added that config/routes.rb files in engine plugins are automatically loaded ↵David Heinemeier Hansson2008-11-2610-6/+58
| | | | | | | | | | | | | | | | (and reloaded when they change in dev mode) [DHH]
| | * | Added support for multiple routes files and made draw not clear the map so ↵David Heinemeier Hansson2008-11-262-16/+67
| | | | | | | | | | | | | | | | they can be additive
| * | | Ruby 1.9 compat: no Unicode normalization support yetJeremy Kemper2008-11-263-3/+27
| | | |
| * | | Ruby 1.9 compat: CGI#escape_skipping_slashesJeremy Kemper2008-11-261-5/+14
| | | |
| * | | MiniTest::Unit#method_name alias for Test::Unit compatJeremy Kemper2008-11-261-0/+1
| | | |
| * | | Ensure Test::Unit::Assertions is availableJeremy Kemper2008-11-261-0/+1
| | |/ | |/|
| * | Ensure hash conditions on referenced tables are considered when eager ↵Paul2008-11-262-2/+19
| | | | | | | | | | | | | | | | | | loading with limit/offset. [#1404 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * | Don't re-require 'rexml/document'Pratik Naik2008-11-261-1/+1
| | |
| * | Added ActiveSupport::OrderedHash#each_key and ↵Christoffer Sawicki2008-11-263-0/+22
| |/ | | | | | | | | | | ActiveSupport::OrderedHash#each_value [#1410 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Added app/[models|controllers|helpers] to the load path for plugins that has ↵David Heinemeier Hansson2008-11-265-16/+54
| | | | | | | | an app directory (go engines ;)) [DHH]
| * Merge branch 'master' of git@github.com:rails/railsJeremy Kemper2008-11-269-14/+95
| |\
| | * Added optimal formatted routes to rails, deprecating the formatted_* ↵Aaron Batalion2008-11-269-14/+95
| | | | | | | | | | | | | | | | | | methods, and reducing routes creation by 50% [#1359 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
| * | No need to have #generate and #generate_extras per instanceJeremy Kemper2008-11-261-5/+10
| |/
| * Simpler and clearer to just explicitly require the JSON encodersJeremy Kemper2008-11-261-9/+15
| |
| * Autoload ActiveSupport::XmlMiniJeremy Kemper2008-11-262-1/+1
| |
| * Require as little of REXML as possible to apply the entity_expansion_limit fixJeremy Kemper2008-11-261-24/+29
| |
| * Lazy-require CGI for Object#to_queryJeremy Kemper2008-11-261-2/+1
| |
| * Rename use_transactional_fixtures? so it doesn't collide with the ↵Jeremy Kemper2008-11-251-4/+4
| | | | | | | | superclass_delegating_accessor's query method
| * Extract XmlMini. Namespace FileLike extension.Jeremy Kemper2008-11-252-128/+125
| |
| * Rescue OpenSSL::Cipher::CipherError or OpenSSL::CipherError depending on ↵Jeremy Kemper2008-11-251-3/+4
| | | | | | | | which is present
| * Remove XmlSimple dependenciesJeremy Kemper2008-11-251-5/+4
| |
| * Unbundled XmlSimpleJeremy Kemper2008-11-252-1027/+0
| |
| * Extract XmlMini from XmlSimple. [#1474 state:committed]Joseph Holsten2008-11-251-21/+106
| | | | | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
| * Merge branch 'master' of git@github.com:rails/railsJeremy Kemper2008-11-2555-4244/+161
| |\
| | * Move debugger into middlewareJoshua Peek2008-11-253-12/+23
| | |
| | * Add a MessageEncryptor, just like MessageVerifier but using symmetric key ↵Michael Koziarski2008-11-254-1/+117
| | | | | | | | | | | | | | | | | | | | | | | | encryption. The use of encryption prevents people from seeing any potentially secret values you've used. It also supports and encrypt_and_sign model to prevent people from tampering with the bits and creating random junk that gets fed to A motivated coder could use this to add an :encrypt=>true option to the cookie store.
| | * don't try to require vendored rack in script/serverJoshua Peek2008-11-251-1/+2
| | |
| | * Depend on rack 0.4.0 instead of vendoring itJoshua Peek2008-11-2543-4226/+4
| | |
| | * Deprecate assert_validJoshua Peek2008-11-252-2/+3
| | |
| | * Ensure ActionView will be available to ActionMailer if ActionController is ↵Joshua Peek2008-11-253-1/+4
| | | | | | | | | | | | not loaded
| | * Ensure all HTML:: constants are available to autoload [#1462 state:resolved]Craig Davey2008-11-251-1/+8
| | | | | | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
| * | Explicitly require Active Support for testsJeremy Kemper2008-11-241-0/+3
| | |
| * | AS::Dependencies also has core extensions; don't autoload it.Jeremy Kemper2008-11-241-1/+1
| | |
| * | Explicitly require Action View alsoJeremy Kemper2008-11-241-0/+2
| | |
| * | Explicitly require AS::Deprecation for the SecretKeyGenerator. Bring in ↵Jeremy Kemper2008-11-242-1/+3
| |/ | | | | | | ActiveSupport::TestCase for its tests.
| * Skip fcgi dispatcher tests if fcgi lib isn't availableJeremy Kemper2008-11-241-3/+4
| |
| * Explicitly require action_view to bring in its i18n load pathJeremy Kemper2008-11-241-0/+3
| |
| * Really remove components.Jeremy Kemper2008-11-243-7/+1
| |
| * Rename Rails::Info.components to frameworksJeremy Kemper2008-11-242-13/+13
| |
| * Add config.preload_frameworks to load all frameworks at startup. Default to ↵Jeremy Kemper2008-11-247-10/+25
| | | | | | | | false so Rails autoloads itself as it's used.
| * Initializer#env relies on StringInquirer autoload. Style fixes.Jeremy Kemper2008-11-241-7/+4
| |
| * JSON can't be autoloaded since it includes core extensionsJeremy Kemper2008-11-241-1/+1
| |
| * Ruby 1.9 compat: explicitly require delegate for cookie's DelegateClassJeremy Kemper2008-11-241-0/+2
| |
| * Require builder before fast_xs so we don't tickle its over-eager ↵Jeremy Kemper2008-11-241-1/+2
| | | | | | | | String#to_xs collision check
| * Explicitly require Builder in test that uses itJeremy Kemper2008-11-241-0/+1
| |