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
/
schema_dumper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Corrected grammatical errors in schema_dumper and scoping/default
dcurtis
2012-04-10
1
-1
/
+1
*
Merge pull request #2621 from icco/master
Aaron Patterson
2012-03-26
1
-1
/
+1
|
\
|
*
Not checking for nil is apparently a lot faster.
Nat Welch
2011-09-21
1
-1
/
+1
|
*
From @dasch's recommendation.
Nat Welch
2011-08-22
1
-1
/
+1
|
*
Fixes bug with schema dumper when using with Padrino.
Nat Welch
2011-08-21
1
-1
/
+1
*
|
Made schema dumper recognize partial indices' where statements
Marcelo Silveira
2012-02-09
1
-0
/
+2
*
|
just use the list of formatting keys we care about
Aaron Patterson
2012-01-04
1
-1
/
+1
*
|
fix some formatting
Aaron Patterson
2012-01-04
1
-2
/
+6
*
|
use regular expression or statement. loltargetrichenvironment
Aaron Patterson
2012-01-04
1
-1
/
+1
*
|
Use `show index from`. We could fix `pk_and_sequence_for` method's performanc...
kennyj
2011-11-19
1
-3
/
+1
*
|
Only used detailed schema introspection when doing a schema dump.
Christos Zisopoulos
2011-11-18
1
-1
/
+3
*
|
AR changes to support creating ordered (asc, desc) indexes
Vlad Jebelev
2011-11-04
1
-0
/
+3
|
/
*
dump IO encoding value along with schema.rb so the file can be reloaded. fixe...
Aaron Patterson
2011-07-29
1
-0
/
+4
*
Corrected some typos and American vs. Queen's English issues
Lee Reilly
2011-05-29
1
-1
/
+1
*
Remove extra white spaces on ActiveRecord docs.
Sebastian Martinez
2011-05-23
1
-1
/
+1
*
kill unused variable warnings
Aaron Patterson
2011-01-11
1
-1
/
+1
*
rolling out migrated_at until I can fix the build
Aaron Patterson
2010-12-01
1
-12
/
+4
*
clear schema_migrations in Schema.define
Josh Susser
2010-12-01
1
-5
/
+3
*
name in schema_migrations, migrations in schema dump
Josh Susser
2010-12-01
1
-0
/
+10
*
Revert "removing unused variable"
Aaron Patterson
2010-10-26
1
-1
/
+1
*
removing unused variable
Aaron Patterson
2010-10-23
1
-1
/
+1
*
no need to check for nil
Neeraj Singh
2010-10-17
1
-3
/
+3
*
lengths will be nil or an array
Aaron Patterson
2010-10-03
1
-2
/
+2
*
remove a few function calls
Aaron Patterson
2010-10-03
1
-3
/
+5
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-2
/
+2
*
Removing most of the symbol to proc usage in Active Record
Prem Sichanugrist
2010-08-13
1
-1
/
+1
*
fixing whitespace errors
Aaron Patterson
2010-08-05
1
-9
/
+9
*
Adds title where needed.
Rizwan Reza
2010-06-16
1
-6
/
+9
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-6
/
+6
*
Make sure schema dumper doesnt throw up when there are no index lengths
Pratik Naik
2010-05-09
1
-1
/
+3
*
Revert "Revert "Add index length support for MySQL [#1852 state:open]""
Pratik Naik
2010-05-09
1
-0
/
+1
*
Revert "Add index length support for MySQL [#1852 state:open]"
José Valim
2010-05-08
1
-1
/
+0
*
Add index length support for MySQL [#1852 state:resolved]
Emili Parreno
2010-05-08
1
-0
/
+1
*
Don't define a default primary key in the schema dumper.
Tristan Dunn
2009-08-08
1
-1
/
+0
*
Add support for dumping non-standard primary keys when using the SQLite3 adap...
Hongli Lai (Phusion)
2009-07-07
1
-1
/
+5
*
Schema dumper now records scale 0 decimal columns as decimal not integer.
Giles Alexander
2009-06-01
1
-2
/
+9
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-2
/
+2
*
Merge with docrails
Pratik Naik
2008-12-07
1
-0
/
+2
*
Ensure indices don't flip order in schema.rb [#1266 state:committed]
Jordi Bunster
2008-10-30
1
-6
/
+12
*
Deal with MySQL's quirky handling of defaults and blob/text columns
Frederick Cheung
2008-09-14
1
-1
/
+1
*
Merge docrails.
Pratik Naik
2008-05-25
1
-1
/
+1
*
Add support for interleaving migrations by storing which migrations have run ...
Rick Olson
2008-04-09
1
-3
/
+3
*
Set the record straight on the purpose and utility of db/schema.rb
David Heinemeier Hansson
2007-11-09
1
-2
/
+9
*
minor speedups + forward-compat syntax
Jeremy Kemper
2007-09-13
1
-2
/
+2
*
Sexy dumper now has its groove on (closes #8281) [Chris Wanstrath]
David Heinemeier Hansson
2007-05-11
1
-9
/
+24
*
Schema dumper quotes date :default values.
Jeremy Kemper
2006-08-02
1
-1
/
+12
*
r4704@asus: jeremy | 2006-06-27 12:00:19 -0700
Jeremy Kemper
2006-07-08
1
-3
/
+6
*
Ensure that StringIO is always available for the Schema dumper. [Marcel Molin...
Marcel Molina
2006-04-30
1
-0
/
+2
*
Prettify output of schema_dumper by making things line up. Closes #4241 [Caio...
Marcel Molina
2006-04-26
1
-5
/
+17
*
PostgreSQL: smarter schema dumps using pk_and_sequence_for(table). Closes #2920.
Jeremy Kemper
2006-02-09
1
-2
/
+14
[next]