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
*
Fixed that installing plugins from SVN repositories that use trunk/ will work...
David Heinemeier Hansson
2007-09-30
2
-8
/
+14
*
Fixed JSON encoding to use quoted keys according to the JSON standard (closes...
David Heinemeier Hansson
2007-09-30
7
-52
/
+11
*
Add attr_readonly to specify columns that are skipped during a normal ActiveR...
Rick Olson
2007-09-30
5
-17
/
+85
*
Make size for has_many :through use counter cache if it exists. Closes #9734...
Rick Olson
2007-09-30
3
-1
/
+22
*
Don't implicitly assign instance variables by using them as block arguments
Jeremy Kemper
2007-09-30
1
-1
/
+2
*
Remove DB2 adapter since IBM chooses to maintain their own adapter instead.
Jeremy Kemper
2007-09-29
2
-242
/
+2
*
Extract Oracle, SQLServer, and Sybase adapters into gems.
Jeremy Kemper
2007-09-29
4
-2007
/
+2
*
Ruby 1.9 compat for instance method check in Mysql adapter.
Jeremy Kemper
2007-09-29
1
-1
/
+2
*
Ruby 1.9 compat for hash_ext_test
Jeremy Kemper
2007-09-29
1
-1
/
+1
*
Updated CHANGELOGs. They need to be filtered for duplicates
David Heinemeier Hansson
2007-09-29
4
-10
/
+2302
*
Updated
David Heinemeier Hansson
2007-09-29
1
-1
/
+600
*
Updated
David Heinemeier Hansson
2007-09-29
1
-3
/
+19
*
Mark Test::Unit#assert_difference incompatibility with Ruby 2 due to Proc#bin...
Jeremy Kemper
2007-09-29
2
-33
/
+37
*
Fixed that a response has to be available for that exact mime type for it to ...
David Heinemeier Hansson
2007-09-29
1
-1
/
+1
*
Remind that you need a server restart for initializer defaults
David Heinemeier Hansson
2007-09-29
3
-1
/
+5
*
Test::Unit#assert_difference Ruby 1.9 compat
Jeremy Kemper
2007-09-29
1
-2
/
+2
*
JSON decoding Ruby 1.9 compat. Mark a section that's unnecessarily slow.
Jeremy Kemper
2007-09-29
1
-5
/
+6
*
Fixed that strip_tags blows up with invalid html (closes #9730) [lifo]
David Heinemeier Hansson
2007-09-29
2
-4
/
+9
*
Ensure request is present, as well as defined. [nzkoz]
Michael Koziarski
2007-09-29
1
-4
/
+4
*
Failing counter cache test. References #6896.
Jeremy Kemper
2007-09-28
1
-0
/
+18
*
Missing test
David Heinemeier Hansson
2007-09-28
1
-0
/
+148
*
Re-enable Routing optimisation code for _url methods, add defined?(request) t...
Michael Koziarski
2007-09-28
3
-17
/
+23
*
Moved the SourceAnnotationExtractor to a separate file in case libraries try ...
Rick Olson
2007-09-28
3
-62
/
+65
*
Better error messages if you leave out the :secret option for request forgery...
Rick Olson
2007-09-28
5
-48
/
+86
*
Add missing require
Michael Koziarski
2007-09-28
1
-0
/
+1
*
[7668] part deux (forgot to add the railties love to the mix)
Rick Olson
2007-09-28
1
-0
/
+3
*
Allow ability to disable request forgery protection, disable it in test mode ...
Rick Olson
2007-09-28
12
-21
/
+75
*
Fixtures test fixes and general cleanup. Closes #9682 [norbert]
Jeremy Kemper
2007-09-28
3
-130
/
+113
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
52
-72
/
+72
*
MySQL: change_column raises if the table or column doesn't exist.
Jeremy Kemper
2007-09-28
1
-1
/
+5
*
BufferedLogger#add converts the message to a string. Closes #9724.
Jeremy Kemper
2007-09-28
3
-2
/
+15
*
Added :include option to to_json (closes #9677) [chuyeow]
David Heinemeier Hansson
2007-09-28
3
-63
/
+84
*
Added fixture caching thatll speed up a normal fixture-powered test suite bet...
David Heinemeier Hansson
2007-09-28
4
-15
/
+90
*
Fixed the layout defaults (closes #9564) [lifo]
David Heinemeier Hansson
2007-09-28
8
-17
/
+96
*
Dependencies Ruby 1.9 compat
Jeremy Kemper
2007-09-27
2
-42
/
+40
*
send -> send! for some private methods
Jeremy Kemper
2007-09-27
2
-7
/
+7
*
Alias Object#send to send! for Ruby 1.9 forward compatibility.
Jeremy Kemper
2007-09-27
3
-0
/
+12
*
Convert the Ruby 1.9 enumerator to an array
Jeremy Kemper
2007-09-27
1
-1
/
+1
*
Mark String#each_char test failing with Ruby 1.9
Jeremy Kemper
2007-09-27
1
-0
/
+1
*
Extract InflectorTestCases so both inflector and string inflections tests can...
Jeremy Kemper
2007-09-27
4
-217
/
+225
*
Object#copy_instance_variables_from Ruby 1.9 compat
Jeremy Kemper
2007-09-27
4
-22
/
+23
*
Mark another Duration test failing with Ruby 1.9
Jeremy Kemper
2007-09-27
1
-0
/
+1
*
Prefer class_eval with block to many sends for Ruby 1.9 compat
Jeremy Kemper
2007-09-27
1
-53
/
+72
*
Hax to workaround private send for Ruby 1.9. Consider moving to send! and ali...
Jeremy Kemper
2007-09-27
1
-7
/
+7
*
Use instance_variable_defined? instead of instance_variables.include? to acco...
Jeremy Kemper
2007-09-27
2
-11
/
+11
*
Backport Object#instance_variable_defined? for Ruby < 1.8.6.
Jeremy Kemper
2007-09-27
3
-0
/
+17
*
Mark Duration test failing with Ruby 1.9
Jeremy Kemper
2007-09-27
1
-2
/
+3
*
Date/Time/DateTime Ruby 1.9 compat
Jeremy Kemper
2007-09-27
5
-11
/
+16
*
Change test for ruby 1.9 crash
Jeremy Kemper
2007-09-27
1
-6
/
+4
*
Cleanup comment. References #9702, closes #9703.
Jeremy Kemper
2007-09-27
1
-1
/
+1
[next]