index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
connection_adapters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add after_commit and after_rollback callbacks to ActiveRecord that are called...
Brian Durand
2010-04-29
1
-0
/
+56
*
Remove quoted_string_prefix entirely since PostgreSQL was the only database a...
Jeremy Kemper
2010-04-24
1
-7
/
+3
*
PostgreSQL: always rely on pg driver for escape/unescape and quoting duties
Jeremy Kemper
2010-04-24
1
-88
/
+7
*
PostgreSQL: use standard-conforming strings if possible
Jeremy Kemper
2010-04-24
1
-30
/
+14
*
Drop support for postgres driver. Use pg >= 0.9.0.
Jeremy Kemper
2010-04-24
1
-16
/
+2
*
mode postgresql adapters table_exists? method take the schema in to account. ...
Aaron Patterson
2010-04-11
1
-1
/
+23
*
Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...)
Jeremy Kemper
2010-04-10
1
-2
/
+4
*
clearing up many warnings, removing unnecessary regular expresion comparisons...
Aaron Patterson
2010-04-10
3
-25
/
+24
*
fix stack trace lines on class_eval
Santiago Pastorino
2010-04-09
1
-1
/
+1
*
Revert "When creating database with rake, create schemas in schema_search_pat...
Michael Koziarski
2010-04-09
1
-21
/
+0
*
remove_index now uses quote_table_name() [#4300 state:resolved]
Simon Effenberg
2010-04-06
1
-1
/
+1
*
Fix mapping of bigint/smallint/uuid columns in postgresql adapter.
Ernie Miller
2010-03-31
2
-1
/
+8
*
PostgreSQL adapter: escape_bytea, quote_string and unescape_bytea aren't thre...
Eugene Pimenov
2010-03-28
1
-6
/
+6
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
3
-0
/
+3
*
adds missing requires for Object#duplicable?
Xavier Noria
2010-03-28
1
-0
/
+2
*
Oops, a docfix.
Rizwan Reza
2010-03-28
1
-1
/
+1
*
When creating database with rake, create schemas in schema_search_path if it ...
Rizwan Reza
2010-03-28
1
-0
/
+21
*
Revert "primary_key now supports :limit for MySQL". Break Sam Ruby app.
José Valim
2010-03-27
2
-20
/
+14
*
primary_key now supports :limit for MySQL
Rizwan Reza
2010-03-27
2
-14
/
+20
*
Revert "primary_key now supports :limit. [#876 state:resolved]" since it brok...
José Valim
2010-03-27
2
-20
/
+14
*
primary_key now supports :limit. [#876 state:resolved]
Rizwan Reza
2010-03-27
2
-14
/
+20
*
In PostgreSQLAdapter, switch tables query to use current_schemas function [#9...
Kris Selden
2010-03-26
1
-3
/
+1
*
Better MySQL Error message. [#3775 state:resolved]
Rizwan Reza
2010-03-26
1
-1
/
+1
*
Add add_limit_offset! to adapters.
Emilio Tagua
2010-03-25
2
-0
/
+35
*
ActiveRecord should raise an error on invalid migration types.
José Valim
2010-02-28
1
-4
/
+7
*
avoid @transaction_joinable not initialized warning
Santiago Pastorino
2010-02-22
1
-1
/
+1
*
avoid active not initialized warning
Santiago Pastorino
2010-02-22
1
-0
/
+1
*
Silenced "SHOW FIELDS" and "SET SQL_AUTO_IS_NULL=0" statements from the MySQL...
David Heinemeier Hansson
2010-02-06
1
-4
/
+8
*
Added encoding qery support for SQLite3 to make rake db:charset work on all d...
Mikel Lindsaar
2010-02-03
1
-0
/
+11
*
future proofing the sqlite3 adapter code
Aaron Patterson
2010-01-26
1
-3
/
+3
*
PostgreSQLAdapter: set time_zone to UTC when Base.default_timezone == :utc so...
Jack Christensen
2010-01-25
1
-1
/
+5
*
Revert "Fix #microseconds conversion and #fast_string_to_time"
Pratik Naik
2010-01-17
1
-7
/
+6
*
Fix #microseconds conversion and #fast_string_to_time
Chris Hapgood
2010-01-16
1
-6
/
+7
*
ActiveRecord should give the connection id as payload, and not the whole conn...
José Valim
2010-01-15
1
-1
/
+1
*
Add subscriber for ActionPack and move all logging inside it.
José Valim
2010-01-13
1
-1
/
+1
*
Create Rails::Subscriber::TestHelper and use it to make ActiveRecord subscrib...
José Valim
2010-01-13
1
-0
/
+1
*
Move AR logging responsibilities to ActiveRecord::Railties::Subscriber.
José Valim
2010-01-13
2
-26
/
+3
*
Remove allow_concurrency and verification_timeout from ActiveRecord::Base (de...
José Valim
2010-01-13
2
-25
/
+0
*
Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER.
José Valim
2010-01-13
1
-2
/
+2
*
Expose connections available in the connection pool.
José Valim
2010-01-11
2
-1
/
+3
*
Send the connection in AR notifications to avoid checking out new connections...
José Valim
2010-01-11
1
-2
/
+4
*
Allow AR::Schema's migrations_path to be overwritten by subclasses. Defaults ...
Jeffrey Hardy
2010-01-08
1
-2
/
+2
*
Use underscore in notification namespaces.
José Valim
2010-01-04
1
-1
/
+1
*
Use namespaces in notifications.
José Valim
2010-01-03
1
-1
/
+1
*
Kick AR logging back to life and move ControllerRuntime inside ActiveRecord::...
José Valim
2009-12-30
1
-3
/
+7
*
Remove locking related unused code
Pratik Naik
2009-12-28
2
-18
/
+0
*
Add support for Mysql column positioning via #add_column and #change_column
Ben Marini
2009-12-03
1
-0
/
+15
*
Fix Rails root in sqlite adapter
Joshua Peek
2009-10-16
1
-3
/
+3
*
Modify connection pool callbacks to be compatible w/ new style
Nick Sieger
2009-10-16
1
-6
/
+8
*
Renamed Orchestra to Notifications once again [#3321 state:resolved]
José Valim
2009-10-15
1
-1
/
+1
[next]