Pratik Naik
|
5f3f100ce2
|
Merge branch 'master' into active_model
Conflicts:
activeresource/lib/active_resource/validations.rb
|
2009-04-22 15:26:03 +01:00 |
|
Jeremy Kemper
|
ca49299434
|
Get Active Model in the mix
|
2009-04-22 01:02:54 -07:00 |
|
Jeremy Kemper
|
a27192f49a
|
Divert CoreExtensions mention in docs
|
2009-04-22 00:47:25 -07:00 |
|
Jeremy Kemper
|
b70239b0cf
|
Convert string extension modules to class reopens
|
2009-04-22 00:45:39 -07:00 |
|
Jeremy Kemper
|
35afad620b
|
ActiveSupport.core_ext bridge util no longer used
|
2009-04-22 00:34:24 -07:00 |
|
Jeremy Kemper
|
e6eb941d1b
|
Switch last module core extension to class reopen
|
2009-04-22 00:33:00 -07:00 |
|
Jeremy Kemper
|
e9ed44af88
|
Merge branch 'master' into cherry
|
2009-04-22 00:23:47 -07:00 |
|
Jeremy Kemper
|
6ee8329af6
|
Merge branch 'master' of git@github.com:rails/rails
|
2009-04-22 00:22:25 -07:00 |
|
Jeremy Kemper
|
70c544df71
|
Rack::Utils.body_to_s doesn't exist in 1.0
|
2009-04-22 00:22:07 -07:00 |
|
Joshua Peek
|
380431e4ed
|
Fix test_rescue_routing_exceptions when running with rake
|
2009-04-21 21:11:23 -05:00 |
|
Joshua Peek
|
0b92bb97c1
|
refactor some coupled rescue tests
|
2009-04-21 20:41:31 -05:00 |
|
Joshua Peek
|
fc5c1b0e90
|
Session tests belong under dispatch folder
|
2009-04-21 19:57:18 -05:00 |
|
Jeremy Kemper
|
5afc2abee6
|
Merge branch 'master' into cherry
|
2009-04-21 16:03:21 -07:00 |
|
Jeremy Kemper
|
f49e344128
|
Reinstate Base#render_to_string. Introduce AbstractController#render_to_string which stringifies render_to_body.
|
2009-04-21 16:02:30 -07:00 |
|
Alex Pooley
|
504d16ccdf
|
Add microsecond support for sqlite adapter [#1982 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-04-21 18:05:07 +01:00 |
|
Stephen Celis
|
7a99dc0ac2
|
Update rails:template task to expand file paths [#2528 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-04-21 17:44:35 +01:00 |
|
Pratik Naik
|
d7d93cdb62
|
Fix nginx config in ci setup notes [Chad Woolley] [#2290 state:resolved]
|
2009-04-21 17:31:26 +01:00 |
|
Mike Gunderloy
|
398b07e655
|
Remove excess mocking from polymorphic_url tests [#2330 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-04-21 14:32:52 +01:00 |
|
Pratik Naik
|
2e6d1bf43e
|
Change table to prevent copying indexes on sqlite2
|
2009-04-21 13:28:49 +01:00 |
|
Pratik Naik
|
2381f6f3dc
|
Specify :group with the table name for it to work on sqlite3
|
2009-04-21 13:11:56 +01:00 |
|
Pratik Naik
|
6513dde490
|
Fix tests for sqlite3 3.6.xx
|
2009-04-21 13:06:26 +01:00 |
|
Max Lapshin
|
f3ac4f387d
|
Fixed dumping from postgresql columns in index in wrong order. [#2515 state:resolved]
Signed-off-by: Tarmo Tänav <tarmo@itech.ee>
|
2009-04-21 11:44:13 +01:00 |
|
Scott Woods
|
64b33b6cf9
|
Quote table names when casting to regclass so that capitalized tables are supported. [#2418 state:resolved]
Signed-off-by: Tarmo Tänav <tarmo@itech.ee>
|
2009-04-21 11:43:38 +01:00 |
|
Max Lapshin
|
cdcd638c2f
|
Fixed wrong quoting of index names in postgres [#2402 state:resolved]
Signed-off-by: Tarmo Tänav <tarmo@itech.ee>
|
2009-04-21 11:42:40 +01:00 |
|
Jeremy Kemper
|
696375ac62
|
Merge branch 'master' into cherry
|
2009-04-20 20:06:30 -07:00 |
|
Jeremy Kemper
|
b10fb7e7bc
|
Merge branch 'master' of git@github.com:rails/rails
|
2009-04-20 18:34:43 -07:00 |
|
Jeremy Kemper
|
685a53a360
|
Merge branch 'master' into cherry
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
|
2009-04-20 18:31:40 -07:00 |
|
Jeremy Kemper
|
db05c73fb6
|
Move AS::Duration autoload to core/time/autoload
|
2009-04-20 18:14:39 -07:00 |
|
Pratik Naik
|
de0ea38663
|
Ensure :dependent => :delete_all works for association with hash conditions
|
2009-04-20 18:12:40 +01:00 |
|
Pratik Naik
|
489abfd3b2
|
Ensure JoinAssociation uses aliased table name when multiple associations have hash conditions on the same table
|
2009-04-20 13:51:11 +01:00 |
|
Jeremy Kemper
|
164a94d0bc
|
Clearer String#first and #last edge cases. Fix that 'foo'.first(0) == 'foo' instead of ''
|
2009-04-20 00:40:15 -07:00 |
|
Jeremy Kemper
|
5d84c732ee
|
Treating strings as enumerable is deprecated
|
2009-04-20 00:32:14 -07:00 |
|
Jeremy Kemper
|
4f63e84843
|
Autoload I18n simple backend
|
2009-04-17 22:24:36 -07:00 |
|
Jeremy Kemper
|
f40eb52566
|
Autoload YAML and StringScanner for JSON decoding
|
2009-04-17 22:24:08 -07:00 |
|
Jeremy Kemper
|
2c5c2717cb
|
Autoload StringScanner for pre-1.9 String#each_char
|
2009-04-17 21:58:18 -07:00 |
|
Jeremy Kemper
|
595e03336f
|
Remove rarely-used DRb cache store
|
2009-04-17 21:53:17 -07:00 |
|
Jeremy Kemper
|
bd84b82018
|
Eliminate Pathname extensions
|
2009-04-17 21:49:57 -07:00 |
|
Jeremy Kemper
|
727e9dc18a
|
Dice up ActiveSupport::Deprecation
|
2009-04-17 21:29:30 -07:00 |
|
Jeremy Kemper
|
3202671dc9
|
Fix core/all require of adjacent core features
|
2009-04-17 21:20:57 -07:00 |
|
Jeremy Kemper
|
151348824e
|
Fix core/time require of DateTime core extensions
|
2009-04-17 21:17:55 -07:00 |
|
Mislav Marohnić
|
7ce0778a15
|
Always buffer rack.input if it is not rewindable
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-04-17 21:53:44 -05:00 |
|
Jeremy Kemper
|
a22a778f86
|
render_for_text pushes a body part instead of replacing the whole body
|
2009-04-17 21:33:09 -05:00 |
|
Mislav Marohnić
|
8423bb6a68
|
Improve rewindable input test coverage so tests fail when you remove the middleware
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-04-17 19:35:03 -05:00 |
|
Jeremy Kemper
|
1414e2afbb
|
Don't set Content-Length in Base#response_body= since body may be any Rack-compatible body. Leave it up to the content length middleware.
|
2009-04-17 18:36:28 -05:00 |
|
Jeremy Kemper
|
df42d26f99
|
Rename render_to_string to render_to_body since it may return any Rack-compatible body, not just strings
|
2009-04-17 18:34:49 -05:00 |
|
Jeremy Kemper
|
ecdc0643f2
|
Merge branch 'master' of git@github.com:rails/rails
|
2009-04-17 13:45:18 -05:00 |
|
Jeremy Kemper
|
60896ca6f4
|
Clearer String#first and #last edge cases. Fix that foo.first(0) == instead of foo.
|
2009-04-17 13:44:59 -05:00 |
|
lifo
|
5b92dcb675
|
Merge docrails
|
2009-04-17 14:28:46 +01:00 |
|
David Heinemeier Hansson
|
abb899c54e
|
Added :touch option to belongs_to associations that will touch the parent record when the current record is saved or destroyed [DHH]
|
2009-04-16 17:25:55 -05:00 |
|
David Heinemeier Hansson
|
fdb61f02c5
|
Added ActiveRecord::Base#touch to update the updated_at/on attributes with the current time [DHH]
|
2009-04-16 16:48:37 -05:00 |
|