1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record
Carlos Antonio da Silva 111611b511 Revert "Merge pull request #9784 from vipulnsward/change_from_blank_to_empty_on_string"
This reverts commit 9c4c05fc82, reversing
changes made to 4620bdcefd.

Reason: They're not completely interchangeable, since blank? will also
check for strings containing spaces.
2013-03-18 18:46:48 -03:00
..
associations 1. Change from each to each_value since we did not use key 2013-03-19 01:15:25 +05:30
attribute_methods safely publish columns and columns hash info 2013-03-14 22:45:46 -07:00
coders
connection_adapters Revert "Merge pull request #9784 from vipulnsward/change_from_blank_to_empty_on_string" 2013-03-18 18:46:48 -03:00
fixture_set
locale
locking Deprecate #connection in favour of accessing it via the class 2013-03-09 15:16:15 -05:00
migration Fixes for PR [#8267] 2012-12-22 20:40:42 -05:00
railties The console --sandbox transaction should not be joinable 2013-03-08 15:10:46 +00:00
relation Merge branch 'master-sec' 2013-03-18 10:17:32 -07:00
scoping Update test name to reflect change in how scopes merging works 2013-03-08 09:34:33 -03:00
serializers
tasks rake db:create does not change permissions of root user. 2013-03-17 20:34:04 +01:00
validations Change uniq validation with conditions examples to use where with hashes 2013-03-09 19:21:33 -03:00
aggregations.rb Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
associations.rb rename Relation#uniq to Relation#distinct. #uniq still works. 2013-03-15 14:15:47 +01:00
attribute_assignment.rb Deprecate obsolete Time to DateTime fallback methods 2012-12-11 13:57:05 +00:00
attribute_methods.rb fix typos in AR. lots of them. 2013-03-19 00:04:39 +05:30
autosave_association.rb No need to send public methods 2013-02-26 16:59:12 +09:00
base.rb Remove useless number sign 2013-01-18 18:14:18 +09:00
callbacks.rb Rename update_attributes method to update, keep update_attributes as an alias 2013-01-03 11:51:21 -05:00
connection_handling.rb
core.rb make it possible to disable implicit join references. 2013-03-15 16:07:05 +01:00
counter_cache.rb #reset_counters verifies counter names. 2013-03-15 11:22:01 +01:00
dynamic_matchers.rb removes redundant require 2013-02-25 22:16:30 +01:00
errors.rb
explain.rb fix typos in AR. lots of them. 2013-03-19 00:04:39 +05:30
explain_subscriber.rb
fixtures.rb fix example of setting DEFAULTS in fixtures 2013-01-16 20:22:23 -07:00
inheritance.rb Avoid short-circuit return 2013-03-08 11:59:45 -03:00
integration.rb cache_key consults updated_on timestamp if present 2013-02-26 00:04:05 -08:00
log_subscriber.rb Ignore binds payload with nil column in AR log subscriber 2013-01-08 08:59:41 -02:00
migration.rb Preserve magic comments and content encoding of copied migrations. 2013-03-09 15:38:02 +09:00
model_schema.rb safely publish columns and columns hash info 2013-03-14 22:45:46 -07:00
nested_attributes.rb Refactored nested associations so they are more readable. Added comments 2013-03-08 11:44:13 -05:00
null_relation.rb
persistence.rb Deprecate #connection in favour of accessing it via the class 2013-03-09 15:16:15 -05:00
query_cache.rb
querying.rb rename Relation#uniq to Relation#distinct. #uniq still works. 2013-03-15 14:15:47 +01:00
railtie.rb MOAR cleanups. 2013-03-14 10:47:13 +05:30
readonly_attributes.rb
reflection.rb Refactor to use each_key, remove extra spaces 2013-01-28 23:25:03 -02:00
relation.rb make it possible to disable implicit join references. 2013-03-15 16:07:05 +01:00
result.rb
sanitization.rb Fix cases where delete_records on a has_many association caused errors 2013-01-27 15:36:29 +00:00
schema.rb
schema_dumper.rb Revert "checking in the abstractions for valid type checking:" 2013-02-15 16:23:25 +00:00
schema_migration.rb sets limit 191 for schema_migrations#version in mysql2 if the encoding is "utf8mb4" 2013-03-17 20:29:58 +01:00
scoping.rb Refactor to use each_key, remove extra spaces 2013-01-28 23:25:03 -02:00
serialization.rb ActiveRecord::Base.include_root_in_json is false by default. 2013-03-04 21:18:40 +01:00
store.rb define Active Record Store accessors in a module 2013-02-11 17:00:55 +03:00
test_case.rb Just ignore all PRAGMA queries 2013-01-22 10:26:51 +09:00
timestamp.rb cache_key consults updated_on timestamp if present 2013-02-26 00:04:05 -08:00
transactions.rb SQLite3 3.6.8+ supports nested transactions [ci skip] 2013-03-18 08:38:35 -04:00
translation.rb
validations.rb
version.rb Preparing for 4.0.0.beta1 release 2013-02-25 08:31:50 -06:00