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
*
Use ALTER INDEX syntax to rename an index
Michał Łomnicki
2010-10-19
1
-0
/
+4
*
replace if ! with unless
Neeraj Singh
2010-10-17
1
-1
/
+1
*
in regexps, the dot in a character class is not a metacharacter
Xavier Noria
2010-10-15
1
-2
/
+2
*
Update the PostgreSQL adapter documentation
Carl Lerche
2010-10-13
1
-2
/
+0
*
rb_thread_select should always be used in DB drivers when available.
Carl Lerche
2010-10-13
1
-1
/
+1
*
dry up column type testing
Aaron Patterson
2010-10-12
1
-5
/
+5
*
all columns respond to string_to_binary, so no need to check respond_to?
Aaron Patterson
2010-10-12
2
-2
/
+11
*
drying up true and false cases
Aaron Patterson
2010-10-12
1
-3
/
+7
*
reducing comparisons in when statements
Aaron Patterson
2010-10-12
1
-6
/
+6
*
removing intermediate variables
Aaron Patterson
2010-10-12
1
-2
/
+1
*
reduce the number of times we test for the column variable
Aaron Patterson
2010-10-12
1
-2
/
+5
*
refactoring date / time / datetime when statement
Aaron Patterson
2010-10-12
1
-11
/
+8
*
fixing case / when indentation
Aaron Patterson
2010-10-12
1
-20
/
+20
*
removing freeze
Aaron Patterson
2010-10-11
1
-3
/
+3
*
removing false comment
Aaron Patterson
2010-10-07
1
-2
/
+0
*
fix ruby 1.9 deadlock problem, fixes #5736 add connection pool tests
Hemant Kumar
2010-10-06
1
-8
/
+6
*
create fewer objects, call fewer methods in extract_pg_identifier_from_name
Aaron Patterson
2010-10-04
1
-3
/
+3
*
* + flatten is not required in >= Ruby 1.8.7
Aaron Patterson
2010-10-04
1
-1
/
+1
*
eliminating method_missing on TableDefinition
Aaron Patterson
2010-09-29
1
-14
/
+6
*
DRY up postgresql quote logic
Aaron Patterson
2010-09-29
1
-11
/
+14
*
fixing where clause indentation
Aaron Patterson
2010-09-29
1
-4
/
+4
*
use consistent method calls for column inspection
Aaron Patterson
2010-09-29
1
-1
/
+1
*
require pg when this adapter is loaded
Aaron Patterson
2010-09-29
1
-5
/
+4
*
only reopen ConnectionAdapters once
Aaron Patterson
2010-09-29
1
-2
/
+0
*
use inheritence to deal with custom methods
Aaron Patterson
2010-09-29
2
-10
/
+20
*
just use if rather than nil?
Aaron Patterson
2010-09-29
1
-1
/
+1
*
just require sqlite3 when the database adapter is required
Aaron Patterson
2010-09-29
1
-4
/
+1
*
each works well too
Aaron Patterson
2010-09-28
1
-1
/
+1
*
no need for splat and flatten
Aaron Patterson
2010-09-28
1
-1
/
+1
*
Test add_index and remove_index with a symbol name #4891
Étienne Barrié
2010-09-28
1
-4
/
+3
*
third parameter is not used
Aaron Patterson
2010-09-26
1
-1
/
+1
*
Fix remove_index issue when provided :name is a symbol
Tim Connor
2010-09-26
1
-1
/
+1
*
No need to use inject here.
Emilio Tagua
2010-09-22
1
-5
/
+5
*
Missing the mysql2 gem here
Santiago Pastorino
2010-09-22
1
-1
/
+1
*
Error message should advice to use 'mysql2' gem.
Neeraj Singh
2010-09-22
1
-2
/
+2
*
Exception handling more readable
Thiago Pradi
2010-09-19
1
-2
/
+2
*
Fix issue with remove_index and add unit test [#5645 state:resolved]
Tim Connor
2010-09-18
1
-2
/
+1
*
Raise errors when index creation fails
Tim Connor
2010-09-18
1
-4
/
+2
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-1
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
mysql2 adapter is being maintained in the mysql2 gem itself
Brian Lopez
2010-08-23
1
-644
/
+0
*
adding FOUND_ROWS to the connect flags for mysql2
Aaron Patterson
2010-08-20
1
-0
/
+5
*
updates return number of rows matched rather than number of rows affected
Aaron Patterson
2010-08-19
1
-0
/
+1
*
removing useless ternary
Aaron Patterson
2010-08-19
1
-1
/
+1
*
refactor if / else to ||=
Aaron Patterson
2010-08-18
1
-5
/
+1
*
Bug Fix -- clean up connection after stored procedure [#3151 state:resolved]
Jeff Lawson
2010-08-17
1
-1
/
+1
*
Bug Fix -- clean up connection after stored procedure [#3151 state:resolved]
Jeff Lawson
2010-08-17
1
-0
/
+2
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
7
-14
/
+14
*
This method is actually not used, it's implemented on the concrete adapters
Santiago Pastorino
2010-08-13
1
-8
/
+0
*
Removing most of the symbol to proc usage in Active Record
Prem Sichanugrist
2010-08-13
4
-6
/
+6
[next]