aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Remove excess mocking from polymorphic_url tests [#2330 state:resolved]Mike Gunderloy2009-04-212-293/+394
| | | | | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| | * Change table to prevent copying indexes on sqlite2Pratik Naik2009-04-211-5/+5
| | |
| | * Specify :group with the table name for it to work on sqlite3Pratik Naik2009-04-211-1/+1
| | |
| | * Fix tests for sqlite3 3.6.xxPratik Naik2009-04-211-1/+1
| | |
| | * Fixed dumping from postgresql columns in index in wrong order. [#2515 ↵Max Lapshin2009-04-213-15/+25
| | | | | | | | | | | | | | | | | | state:resolved] Signed-off-by: Tarmo Tänav <tarmo@itech.ee>
| | * Quote table names when casting to regclass so that capitalized tables are ↵Scott Woods2009-04-214-3/+34
| | | | | | | | | | | | | | | | | | supported. [#2418 state:resolved] Signed-off-by: Tarmo Tänav <tarmo@itech.ee>
| | * Fixed wrong quoting of index names in postgres [#2402 state:resolved]Max Lapshin2009-04-212-1/+11
| | | | | | | | | | | | Signed-off-by: Tarmo Tänav <tarmo@itech.ee>
| * | Merge branch 'master' into cherryJeremy Kemper2009-04-2011-35/+38
| |\|
| | * Merge branch 'master' of git@github.com:rails/railsJeremy Kemper2009-04-2011-35/+38
| | |\
| | | * Ensure :dependent => :delete_all works for association with hash conditionsPratik Naik2009-04-204-9/+14
| | | |
| | | * Ensure JoinAssociation uses aliased table name when multiple associations ↵Pratik Naik2009-04-205-5/+12
| | | | | | | | | | | | | | | | have hash conditions on the same table
| | | * Always buffer rack.input if it is not rewindableMislav Marohnić2009-04-174-18/+11
| | | | | | | | | | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
| | | * Improve rewindable input test coverage so tests fail when you remove the ↵Mislav Marohnić2009-04-172-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | middleware Signed-off-by: Joshua Peek <josh@joshpeek.com>
| * | | Merge branch 'master' into cherryJeremy Kemper2009-04-20321-3022/+6746
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: activesupport/CHANGELOG activesupport/lib/active_support/core_ext/class/delegating_attributes.rb activesupport/lib/active_support/core_ext/hash/conversions.rb activesupport/lib/active_support/core_ext/module/attribute_accessors.rb activesupport/lib/active_support/core_ext/string/multibyte.rb activesupport/lib/active_support/core_ext/time/calculations.rb activesupport/lib/active_support/deprecation.rb
| | * | Clearer String#first and #last edge cases. Fix that 'foo'.first(0) == 'foo' ↵Jeremy Kemper2009-04-201-2/+14
| | | | | | | | | | | | | | | | instead of ''
| | * | Treating strings as enumerable is deprecatedJeremy Kemper2009-04-201-6/+6
| | | |
| | * | render_for_text pushes a body part instead of replacing the whole bodyJeremy Kemper2009-04-172-10/+12
| | | |
| | * | Don't set Content-Length in Base#response_body= since body may be any ↵Jeremy Kemper2009-04-171-1/+0
| | | | | | | | | | | | | | | | Rack-compatible body. Leave it up to the content length middleware.
| | * | Rename render_to_string to render_to_body since it may return any ↵Jeremy Kemper2009-04-176-14/+14
| | | | | | | | | | | | | | | | Rack-compatible body, not just strings
| | * | Merge branch 'master' of git@github.com:rails/railsJeremy Kemper2009-04-1710-32/+121
| | |\|
| | | * Merge docrailslifo2009-04-1710-32/+121
| | | |
| | * | Clearer String#first and #last edge cases. Fix that foo.first(0) == instead ↵Jeremy Kemper2009-04-172-3/+17
| | |/ | | | | | | | | | of foo.
| * | Move AS::Duration autoload to core/time/autoloadJeremy Kemper2009-04-202-1/+1
| | |
| * | Autoload I18n simple backendJeremy Kemper2009-04-173-5/+11
| | |
| * | Autoload YAML and StringScanner for JSON decodingJeremy Kemper2009-04-171-2/+2
| | |
| * | Autoload StringScanner for pre-1.9 String#each_charJeremy Kemper2009-04-171-1/+1
| | |
| * | Remove rarely-used DRb cache storeJeremy Kemper2009-04-174-24/+8
| | |
| * | Eliminate Pathname extensionsJeremy Kemper2009-04-174-30/+12
| | |
| * | Dice up ActiveSupport::DeprecationJeremy Kemper2009-04-176-185/+204
| | |
| * | Fix core/all require of adjacent core featuresJeremy Kemper2009-04-171-1/+1
| | |
| * | Fix core/time require of DateTime core extensionsJeremy Kemper2009-04-171-1/+1
| | |
| * | Insert in sorted order to avoid TimeZone sortJeremy Kemper2009-04-071-2/+1
| | |
| * | autoload PathnameJeremy Kemper2009-04-071-1/+5
| | |
| * | Unneeded requireJeremy Kemper2009-04-071-1/+0
| | |
| * | Encapsulate date/time core extensions and constant autoloads in ↵Jeremy Kemper2009-03-316-13/+25
| | | | | | | | | | | | active_support/core/time
| * | Feature detection for Range#step extensionJeremy Kemper2009-03-291-7/+10
| | |
| * | Convert Range step and include extension modules to class reopenJeremy Kemper2009-03-293-58/+40
| | |
| * | JRuby doesn't have UnboundMethod#nameJeremy Kemper2009-03-291-1/+1
| | |
| * | Explicit test dependenciesJeremy Kemper2009-03-291-0/+1
| | |
| * | Explicit BigDecimal extension dependencyJeremy Kemper2009-03-291-1/+1
| | |
| * | Fix requireJeremy Kemper2009-03-291-1/+1
| | |
| * | Explicit test dependenciesJeremy Kemper2009-03-295-2/+5
| | |
| * | Explicit File#atomic_write dependencyJeremy Kemper2009-03-291-0/+2
| | |
| * | Explicit test dependenciesJeremy Kemper2009-03-2819-11/+41
| | |
| * | Distinguish missing memcache from missing memcache serverJeremy Kemper2009-03-281-4/+6
| | |
| * | Avoid need for Enumerable#sum extensionJeremy Kemper2009-03-281-1/+3
| | |
| * | Explicit dependency on Duration, numeric times, and date/time to_s extensionsJeremy Kemper2009-03-281-2/+9
| | |
| * | Explicit dependency on Proc#bind extensionJeremy Kemper2009-03-281-0/+1
| | |
| * | Explicit dependency on OrderedHashJeremy Kemper2009-03-281-1/+3
| | |
| * | Explicit dependency on Hash#deep_merge extensionJeremy Kemper2009-03-281-0/+2
| | |