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
*
Find layouts even if they're not in the first view_paths directory. Closes #...
Rick Olson
2007-08-15
3
-6
/
+19
*
Fix failing active record store tests
Michael Koziarski
2007-08-14
1
-1
/
+2
*
Add forgotten changelog entry
Michael Koziarski
2007-08-14
1
-0
/
+7
*
Change the implementation of ActiveRecord's attribute reader and writer methods:
Michael Koziarski
2007-08-14
6
-243
/
+249
*
Send freshness information when sending Etags. Without this internet explore...
Michael Koziarski
2007-08-12
2
-1
/
+2
*
Ignore processing instructions when parsing html
Michael Koziarski
2007-08-10
1
-0
/
+3
*
Raise ActiveResource::Redirection on 301,302 http code
Tobias Lütke
2007-08-09
2
-4
/
+11
*
Make habtm respect the :select option. Closes #9207. [Aleksey Kondratenko]
Michael Koziarski
2007-08-07
3
-1
/
+15
*
Let inspect on AR classes work when the table doesn't exist. Closes #9194 [ta...
Michael Koziarski
2007-08-06
2
-1
/
+7
*
Major improvement to the documentation for the options / select form helpers...
Michael Koziarski
2007-08-05
2
-31
/
+75
*
Fix number_to_human_size when using different precisions. Closes #7536. [Rich...
Michael Koziarski
2007-08-05
3
-2
/
+8
*
Performance enhancement for Base.exists?. CLoses #8769. [hasmanyjosh]
Michael Koziarski
2007-08-05
1
-1
/
+1
*
Make the utf-handler return the correct value for non-matching regular expres...
Michael Koziarski
2007-08-05
3
-2
/
+6
*
Add ljust, rjust and center to utf8-handler. Closes #9165 [manfred]
Michael Koziarski
2007-08-05
3
-0
/
+119
*
Fix Time#advance bug when trying to advance a year from leap day. Closes #86...
Rick Olson
2007-08-03
8
-11
/
+23
*
Added partial layouts (see example in action_view/lib/partials.rb) [DHH]
David Heinemeier Hansson
2007-08-02
8
-2
/
+95
*
Add support for []= on ActiveSupport::Multibyte::Chars. Closes #9142. [ewan, ...
Marcel Molina
2007-07-31
3
-0
/
+74
*
dont call #collect on a string when returning query cache results. Closes #9...
Rick Olson
2007-07-25
2
-1
/
+7
*
Perform a deep #dup on query cache results so that modifying activerecord att...
Rick Olson
2007-07-25
3
-20
/
+29
*
Ensure that has_many :through associations use a count query instead of loadi...
Rick Olson
2007-07-25
3
-0
/
+15
*
tiny doc patches [lifo]
Rick Olson
2007-07-25
2
-2
/
+3
*
misc doc fixes + Add ActiveResource to Rails::Info. Closes #8741, #9008, #90...
Rick Olson
2007-07-25
5
-48
/
+57
*
Allow you to set custom :conditions on resource routes. [Rick]
Rick Olson
2007-07-25
3
-10
/
+25
*
Use Gem.find_name instead of search when freezing gems. Prevent false positi...
Michael Koziarski
2007-07-24
2
-2
/
+4
*
Fix load-order inconsistency (closes #9081) [themug]
David Heinemeier Hansson
2007-07-24
1
-1
/
+1
*
Refactored in use of extract_options! (closes #9079) [josh]
David Heinemeier Hansson
2007-07-24
18
-32
/
+24
*
Added Array#extract_options! to encapsulate the pattern of getting an options...
David Heinemeier Hansson
2007-07-24
4
-0
/
+32
*
Automatically generate add/remove column commands in specially named migratio...
Rick Olson
2007-07-24
4
-2
/
+31
*
Added :unless clause to validations (closes #8003) [monki]
David Heinemeier Hansson
2007-07-24
3
-9
/
+105
*
assert_difference belongs in Assertions, not forced onto TestCase (closes #88...
David Heinemeier Hansson
2007-07-24
1
-1
/
+1
*
Fixed that file.content_type for uploaded files would include a trailing \r #...
David Heinemeier Hansson
2007-07-24
3
-4
/
+6
*
Its just ERb now
David Heinemeier Hansson
2007-07-24
1
-1
/
+1
*
Fix #count on a has_many :through association so that it recognizes the :uniq...
Rick Olson
2007-07-20
3
-1
/
+22
*
* url_for now accepts a series of symbols representing the namespace of the r...
Tobias Lütke
2007-07-19
4
-4
/
+76
*
fix one line formatting bug
Michael Koziarski
2007-07-19
1
-1
/
+1
*
Let alias_attribute work with attributes with initial capital letters (legacy...
Michael Koziarski
2007-07-19
3
-3
/
+28
*
Fix and properly document/test count(column_name) usage. Closes #8999 [lifofifo]
Rick Olson
2007-07-17
3
-10
/
+26
*
Introduce fake_models.rb to avoid platform-specific code. [mpalmer] Closes #8714
Michael Koziarski
2007-07-17
3
-10
/
+7
*
Remove deprecated count(conditions=nil, joins=nil) usage. Closes #8993 [lifo...
Rick Olson
2007-07-16
6
-40
/
+16
*
Change belongs_to so that the foreign_key assumption is taken from the associ...
Rick Olson
2007-07-16
5
-14
/
+18
*
Remove spurious tests from deprecated_associations_test, most of these aren't...
Michael Koziarski
2007-07-15
2
-220
/
+4
*
Make :trailing_slash work with query parameters for url_for. Closes #4004 [nov]
Michael Koziarski
2007-07-14
3
-3
/
+15
*
Default to plural table name in Rails Generator if ActiveRecord is not presen...
Rick Olson
2007-07-12
2
-1
/
+3
*
Make create! on a has_many :through association return the association objec...
Michael Koziarski
2007-07-11
3
-2
/
+5
*
Make sure missing template exceptions actually say which template they were l...
Michael Koziarski
2007-07-11
3
-2
/
+19
*
Fix errors with around_filters which do not yield, restore 1.1 behaviour with...
Michael Koziarski
2007-07-11
3
-54
/
+126
*
Allow for optional messages on assert_difference [nicwilliams] Closes #8928
Tobias Lütke
2007-07-09
1
-4
/
+16
*
Support for non heterogeneous arrays when serializing to xml. Unless guessabl...
Tobias Lütke
2007-07-09
5
-13
/
+65
*
Added Hash#except which is the inverse of Hash#slice -- return the hash excep...
David Heinemeier Hansson
2007-07-09
4
-1
/
+41
*
Make [7169] work as expected with indented XML.
Tobias Lütke
2007-07-09
2
-4
/
+9
[next]