Eloy Duran
|
1ee9e3fa5c
|
Fix ActiveRecord::NamedScope::Scope#respond_to? [#818 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-08-13 13:04:42 +01:00 |
|
Tarmo Tänav
|
a5aad2e81f
|
Fixed Time/Date object serialization
Time/Date objects used to be converted to_s instead of to_uaml
which made them unserializable.
|
2008-08-12 20:29:07 -07:00 |
|
Tom Lea
|
992fda16ed
|
Serialized attributes will now always be saved even with partial_updates turned on.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#788 state:committed]
|
2008-08-12 18:15:50 +02:00 |
|
Trevor Turk
|
81c12d1f63
|
move logging of protected attribute removal into log_protected_attribute_removal method
Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#804 status:committed]
|
2008-08-12 09:52:06 +02:00 |
|
Michalis Polakis
|
c7375d74d9
|
Alias subquery used in calculations, to provide better compatibility with databases such as MonetDB
Signed-off-by: Michael Koziarski <michael@koziarski.com>
Signed-off-by: Tom Ward <tom@popdog.net>
[#796 state:committed]
|
2008-08-11 16:48:45 +02:00 |
|
Ernie Miller
|
7f6e7ba1f7
|
Fixed AssociationCollection#<< resulting in unexpected values in @target when :uniq => true
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-08-08 15:19:08 +02:00 |
|
Nik Wakelin
|
0809747845
|
Added MigrationProxy to defer loading of Migration classes until they are actually required by the migrator
Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#747 state:resolved]
|
2008-08-06 12:46:52 +02:00 |
|
Tarmo Tänav
|
656f0e7c6c
|
Fix file permissions
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-31 16:36:23 -05:00 |
|
Tarmo Tänav
|
f7eaab96d3
|
validates_uniqueness_of uses database case sensitivity support instead of using ruby
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-07-31 21:33:11 +02:00 |
|
Tarmo Tänav
|
cb68b21a52
|
Fixed negative default integer parsing for Postgresql 8.3.3
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-07-31 20:58:42 +02:00 |
|
Tarmo Tänav
|
68b207b087
|
Cast value to string in validates_uniqueness_of if the column is of text type
This fixes an error for postgresql where "text_column = 100" fails in version 8.3
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-07-31 20:28:39 +02:00 |
|
Pratik Naik
|
108db00aa9
|
Raise UnknownAttributeError when unknown attributes are supplied via mass assignment
|
2008-07-31 15:56:46 +01:00 |
|
Pratik Naik
|
6e75455125
|
Merge docrails changes
|
2008-07-28 12:33:24 +01:00 |
|
Joshua Peek
|
490178c930
|
Revert "Ensure adapater specific code is loaded on ActiveRecord::Base.establish_connection"
This reverts commit 8b858782fa.
|
2008-07-27 16:06:51 -05:00 |
|
George Ogata
|
e8fc894f66
|
Make observers define #after_find in the model only if needed.
[#676 state:resolved]
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-07-26 16:26:08 +02:00 |
|
Jan De Poorter
|
93e10f9911
|
Ensure NamedScope#any? uses COUNT query wherever possible. [#680 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-23 12:02:17 +01:00 |
|
Joshua Peek
|
8b858782fa
|
Ensure adapater specific code is loaded on ActiveRecord::Base.establish_connection
|
2008-07-21 22:41:38 -05:00 |
|
Daniel Guettler
|
c67713a2fe
|
Use klass.sti_name to make sure associations take store_full_sti_class into account. [#671 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-22 01:24:47 +01:00 |
|
Tom Ward
|
f205939348
|
Ensure checked value is a string when validating case-sensitive uniqueness [#361 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-19 16:14:39 +01:00 |
|
Joachim Garth
|
a1fcbd971d
|
Make sure association preloading works with full STI class name [#465 state:Resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-18 03:44:44 +01:00 |
|
Jeremy Kemper
|
636e6b7138
|
Merge branch 'master' into i18n-merge
Conflicts:
actionpack/lib/action_view/helpers/form_options_helper.rb
activerecord/lib/active_record/validations.rb
|
2008-07-17 11:52:56 -07:00 |
|
Nik Wakelin
|
bbab639136
|
Set config.active_record.timestamped_migrations = false to have migrations with numeric prefix instead of UTC timestamp. [#446 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-17 02:54:45 +01:00 |
|
Pratik Naik
|
0432d15164
|
Merge with docrails.
|
2008-07-16 13:01:23 +01:00 |
|
Sven Fuchs
|
2e74ddbd73
|
missed to remove a call to to_s while resolving conflicts in validations.rb
|
2008-07-16 04:35:00 +02:00 |
|
Sven Fuchs
|
931f366ffc
|
merge forward to current rails/master
|
2008-07-16 03:41:11 +02:00 |
|
Stefan Kaes
|
fbef982e4b
|
Observers not longer add an after_find method to the observed class.
[#625 state:resolved]
|
2008-07-15 16:48:16 -07:00 |
|
miloops
|
459e5817a5
|
update_counters should update nil values.
This allows counter columns with default null instead of requiring default 0.
[#493 state:resolved]
|
2008-07-15 16:21:11 -07:00 |
|
Jonathan Viney
|
4f72feb84c
|
Move the transaction counter to the connection object rather than maintaining it on the current Thread.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#533 state:resolved]
|
2008-07-15 21:25:12 +02:00 |
|
Tarmo Tänav
|
c1531ae00d
|
SQLite: rename_column raises if the column doesn't exist.
[#622 state:resolved]
|
2008-07-14 22:58:22 -07:00 |
|
Tarmo Tänav
|
8c91b767c0
|
Fixed postgresql limited eager loading for the case where scoped :order was present
|
2008-07-14 22:44:58 -07:00 |
|
Tiago Macedo
|
76df9fa068
|
Fix integer quoting issues in association preload. [#602 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-14 23:34:19 +01:00 |
|
Gabe da Silveira
|
cd9b24286a
|
Add assert_sql helper method to check for specific SQL output in Active Record test suite. [#325 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-14 23:22:39 +01:00 |
|
Tarmo Tänav
|
07578ac855
|
Fixed mysql change_column_default to not make the column always nullable.
Also added change_column_null to both mysql and sqlite to keep the api features closer to postgresql.
[#617 state:resolved]
|
2008-07-14 12:42:01 -07:00 |
|
Jeremy Kemper
|
c760dbfd31
|
PostgreSQL: don't dump :limit => 4 for integers
|
2008-07-14 11:59:46 -07:00 |
|
Jeremy Kemper
|
cdf0f1aa2e
|
Faster and clearer value_to_boolean
|
2008-07-14 11:41:56 -07:00 |
|
David Heinemeier Hansson
|
3037022789
|
Fixed that create database statements would always include "DEFAULT NULL" (Nick Sieger) [#334 status:committed]
|
2008-07-14 10:12:54 -05:00 |
|
Sebastian A. Espindola
|
0176e6adb3
|
Added db:charset support to PostgreSQL. [#556 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-14 04:11:52 +01:00 |
|
David Dollar
|
e0750d6a5c
|
Add :accessible option to Associations for allowing mass assignments using hash. [#474 state:resolved]
Allows nested Hashes (i.e. from nested forms) to hydrate the appropriate
ActiveRecord models.
class Post < ActiveRecord::Base
belongs_to :author, :accessible => true
has_many :comments, :accessible => true
end
post = Post.create({
:title => 'Accessible Attributes',
:author => { :name => 'David Dollar' },
:comments => [
{ :body => 'First Post!' },
{ :body => 'Nested Hashes are great!' }
]
})
post.comments << { :body => 'Another Comment' }
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-14 02:53:21 +01:00 |
|
Jason Dew
|
c6f397c5ce
|
Add block syntax to HasManyAssociation#build. [#502 state:resolve]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-14 02:24:12 +01:00 |
|
Rhett Sutphin
|
d72c66532f
|
Make fixture accessors work when fixture name is not same as the table name. [#124 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-14 02:01:52 +01:00 |
|
Micah Wedemeyer
|
5e2e1ed9ff
|
Ensure MysqlAdapter allows SSL connection when only sslca is supplied. [#253 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-11 23:52:41 +01:00 |
|
Cheah Chu Yeow
|
ce4a1bb853
|
Remove some Symbol#to_proc usage in runtime code. [#484 state:resolved]
|
2008-07-09 10:42:30 -07:00 |
|
Jeremy Kemper
|
11252e35b1
|
Boolean type casting creates fewer objects
|
2008-07-09 10:42:30 -07:00 |
|
Daniel Guettler
|
84af99e78d
|
Ensure NamedScope#build/create/create!/new works as expected when named scope has hash conditions. [Daniel Guettler, Pratik Naik] [#419 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-09 14:09:17 +01:00 |
|
Chris Cherry
|
124d1016fa
|
Allow Infinity (1.0/0.0) to pass validates_numericality_of. [#354 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-09 13:15:07 +01:00 |
|
Luca Guidi
|
826c3db421
|
Updated ActiveRecord::Errors#default_error_messages deprecation warning according to i18n changes
|
2008-07-07 22:46:16 +02:00 |
|
Sven Fuchs
|
84816ae981
|
align with changes in i18n
|
2008-07-06 21:20:02 +02:00 |
|
Brad Greenlee
|
afa0c7f728
|
Add support for :primary_key option to has_one as well as has_many so that a key other than the default primary key can be used for the association
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-07-06 20:25:10 +02:00 |
|
Andre Arko
|
3351d29970
|
Add has_many :primary_key option to allow setting the primary key on a has many association
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-07-06 20:25:10 +02:00 |
|
Sven Fuchs
|
e1a7f83fca
|
use :default for human_attribute_name
|
2008-07-04 22:22:20 +02:00 |
|