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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Skip directories when checking for identical source and destination files.
Marcel Molina
2005-10-08
1
-0
/
+1
*
Evaluate dynamic templates before checking if the new file is identical to th...
Marcel Molina
2005-10-08
1
-5
/
+13
*
Make the generator skip a file if it already exists and is identical to the n...
Marcel Molina
2005-10-08
2
-3
/
+12
*
Look here, braces: gimme some elbow room. #2418
Jeremy Kemper
2005-10-08
1
-1
/
+1
*
Move require_library_or_gem out of AR's abstract_adapter and into ActiveSuppo...
Marcel Molina
2005-10-08
3
-23
/
+24
*
Don't tell me about defined reader methods, even at debug level.
Jeremy Kemper
2005-10-07
1
-1
/
+0
*
Add option (true by default) to generate reader methods for each attribute of...
Marcel Molina
2005-10-07
7
-59
/
+152
*
Add convenience predicate methods on Column class. In partial fullfilment of ...
Marcel Molina
2005-10-06
4
-8
/
+34
*
Raise an exception when invalid options are passed to ActiveRecord::Base.find...
Marcel Molina
2005-10-06
4
-3
/
+15
*
sqlite topics.approved should default to true like the other dbs
Jeremy Kemper
2005-10-06
1
-1
/
+1
*
Remove straggling symbolize_strings_in_hash from [2427].
Jeremy Kemper
2005-10-06
2
-2
/
+2
*
Fixup tests for [2474].
Jeremy Kemper
2005-10-06
2
-11
/
+11
*
Add rename_table to mysql, sqlite and postgres adapters for use in migrations
Tobias Lütke
2005-10-06
5
-1
/
+39
*
Allow in memory sqlite DBs when RAILS_ROOT is defined [blair@orcaware.com]
Michael Koziarski
2005-10-06
1
-2
/
+4
*
smallint -> boolean in pg sql
Jeremy Kemper
2005-10-06
1
-1
/
+1
*
Quote booleans according the rules defined by the adapter
Michael Koziarski
2005-10-06
7
-12
/
+21
*
Added :force option to create_table that'll try to drop the table if it alrea...
David Heinemeier Hansson
2005-10-06
3
-0
/
+8
*
Dont repeat yourself
David Heinemeier Hansson
2005-10-06
1
-1
/
+1
*
Dont include script/process dir
David Heinemeier Hansson
2005-10-06
1
-1
/
+0
*
Dont include run
David Heinemeier Hansson
2005-10-06
2
-2
/
+2
*
Backed out of script/run portal idea. Muscle memory too deep
David Heinemeier Hansson
2005-10-06
14
-11
/
+42
*
Keep Units and Functionals around for those who don't upgrade their app right...
Jeremy Kemper
2005-10-05
1
-1
/
+1
*
Load plugins last
Jamis Buck
2005-10-05
1
-1
/
+2
*
prepend to load path before loading the plugin
Jamis Buck
2005-10-05
1
-4
/
+4
*
Add experimental plugin support #2335
Jamis Buck
2005-10-05
2
-1
/
+28
*
Schema dumper should emit ":default => false" if the default for a column is ...
Jamis Buck
2005-10-05
1
-2
/
+2
*
Made the documentation about render template/file sane
David Heinemeier Hansson
2005-10-03
1
-6
/
+11
*
Add :rfc822 as an option for Time#to_s (to get rfc822-formatted times)
Jamis Buck
2005-10-03
3
-7
/
+14
*
Chain the const_missing hook to any previously existing hook so rails can pla...
Jamis Buck
2005-10-03
2
-1
/
+10
*
Forced newer versions of RedCloth to use hard breaks [DHH]
David Heinemeier Hansson
2005-10-02
1
-0
/
+1
*
Forced newer versions of RedCloth to use hard breaks [DHH]
David Heinemeier Hansson
2005-10-02
3
-3
/
+12
*
Association validation does not belong in a before_save callback: move it int...
Jeremy Kemper
2005-10-02
5
-67
/
+109
*
Use a nicer date format
David Heinemeier Hansson
2005-10-01
1
-1
/
+1
*
Better logging about partials when logger to to debug
David Heinemeier Hansson
2005-10-01
1
-1
/
+3
*
Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fn...
Thomas Fuchs
2005-10-01
3
-2
/
+27
*
Don't prepend the asset host if the string is already a fully-qualified URL
Jamis Buck
2005-09-30
3
-1
/
+14
*
Run set load path so others can do boot and get path
David Heinemeier Hansson
2005-09-30
2
-6
/
+7
*
Update the spinner to the latest commands
David Heinemeier Hansson
2005-09-30
1
-2
/
+2
*
Get rid of old symbolize_strings_in_hash.
Jeremy Kemper
2005-09-30
3
-18
/
+9
*
Ticket #2282 - fix parsing of timestamps with time zone
Jeremy Kemper
2005-09-30
1
-1
/
+3
*
Dont redefine RAILS_ENV once set
David Heinemeier Hansson
2005-09-30
1
-3
/
+1
*
Not the avenue we want to go down
David Heinemeier Hansson
2005-09-30
1
-4
/
+0
*
Made the order of framework settings significant so config.action_controller....
David Heinemeier Hansson
2005-09-30
1
-16
/
+35
*
Added method access to OrdredOptions
David Heinemeier Hansson
2005-09-30
2
-0
/
+26
*
Include OrderedOptions by default
David Heinemeier Hansson
2005-09-30
1
-0
/
+2
*
Added test for looping in order
David Heinemeier Hansson
2005-09-30
1
-0
/
+14
*
Added OrderedOptions array/hash for use with initializer
David Heinemeier Hansson
2005-09-30
2
-0
/
+46
*
No need to string.to_s right after checking that string.is_a?(String)
Jeremy Kemper
2005-09-30
1
-3
/
+3
*
Move transaction thread-safety test to transactions_test. Check that simulta...
Jeremy Kemper
2005-09-30
2
-47
/
+79
*
Use transactional fixtures by default for AR tests. Set ENV['AR_NO_TX_FIXTUR...
Jeremy Kemper
2005-09-30
1
-11
/
+6
[prev]
[next]