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
...
*
Added config.gem for specifying which gems are required by the application, a...
Rick Olson
2008-03-30
5
-2
/
+231
*
Dirty typecasts attribute values before comparison, if possible. Closes #1146...
Jeremy Kemper
2008-03-29
2
-63
/
+65
*
Force json string encoding to ASCII-8BIT before unpacking for Ruby 1.9.
Josh Peek
2008-03-29
1
-2
/
+4
*
Play nice with 1.9's DateTime#to_s
Jeremy Kemper
2008-03-29
2
-2
/
+3
*
Ensure threads finish running for time zone thread safety test.
Josh Peek
2008-03-29
1
-2
/
+4
*
Removed the default .htaccess configuration as there are so many good deploym...
David Heinemeier Hansson
2008-03-29
5
-23
/
+58
*
Generated tests rely on test dir in load path rather than File.dirname shenan...
Jeremy Kemper
2008-03-29
7
-7
/
+7
*
Update welcome screen with revised instructions and removal of dead links
David Heinemeier Hansson
2008-03-29
2
-9
/
+6
*
Space at the bottom feels better
David Heinemeier Hansson
2008-03-29
1
-1
/
+1
*
Removed outdated scaffold from template
David Heinemeier Hansson
2008-03-29
1
-3
/
+0
*
Fixed that validates_size_of :within works in associations (closes #11295, #1...
David Heinemeier Hansson
2008-03-29
3
-7
/
+21
*
Revert spurious commit from [9126]
Jeremy Kemper
2008-03-29
1
-6
/
+4
*
Track changes to unsaved attributes
Jeremy Kemper
2008-03-29
4
-0
/
+201
*
Fix new migration versions
David Heinemeier Hansson
2008-03-28
3
-5
/
+10
*
Avoid remote_ip spoofing
Jeremy Kemper
2008-03-28
3
-15
/
+53
*
Inspect options hashes in RenderError message so it's actually readable. Clos...
Jeremy Kemper
2008-03-28
1
-2
/
+2
*
Switched to UTC-timebased version numbers for migrations and the schema. This...
David Heinemeier Hansson
2008-03-28
7
-91
/
+150
*
Add #clone. Closes #7352 [Ryan Daigle, thechrisoshow]
Jeremy Kemper
2008-03-28
2
-0
/
+72
*
Fix layouts in symlinked paths. Closes #9136 [court3nay, caio]
Jeremy Kemper
2008-03-28
5
-6
/
+30
*
Missing :js template falls back to :html, so you don't have to explicitly spe...
Jeremy Kemper
2008-03-28
2
-4
/
+37
*
Fix some mistaken dependencies among AR unit tests. Closes #11425 [thechrisos...
Jeremy Kemper
2008-03-28
2
-3
/
+3
*
Add missing file
David Heinemeier Hansson
2008-03-28
1
-0
/
+10
*
Update doc (closes #11402)
David Heinemeier Hansson
2008-03-28
1
-2
/
+1
*
Added support for regexp flags like ignoring case in the :requirements part o...
David Heinemeier Hansson
2008-03-28
6
-7
/
+190
*
Fixed that to_param should be used and honored instead of hardcoding the id (...
David Heinemeier Hansson
2008-03-28
3
-32
/
+112
*
Fixed that ActionController::Base#read_multipart would fail if boundary was e...
David Heinemeier Hansson
2008-03-28
3
-2
/
+22
*
Fixed that no gems installed would cause error (closes #11459) [thechrisoshow]
David Heinemeier Hansson
2008-03-28
1
-1
/
+1
*
Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed CDATA t...
David Heinemeier Hansson
2008-03-28
3
-1
/
+10
*
Fixed that has_many :through would ignore the hash conditions (closes #11447)...
David Heinemeier Hansson
2008-03-28
4
-2
/
+26
*
Make sure ActiveRecord tests can run individually. Closes #11425 [thechrisosh...
Pratik Naik
2008-03-28
5
-4
/
+19
*
config.time_zone and TimeWithZone#marshal_load accept tzinfo/Olson identifiers
Geoff Buesing
2008-03-28
5
-2
/
+17
*
Time.zone= accepts TZInfo::Timezone instances and Olson identifiers; wraps re...
Geoff Buesing
2008-03-28
5
-4
/
+55
*
TimeWithZone time conversions don't need to be wrapped in TimeOrDateTime, bec...
Geoff Buesing
2008-03-28
3
-12
/
+16
*
TimeWithZone#usec returns 0 instead of error when DateTime is wrapped
Geoff Buesing
2008-03-28
3
-1
/
+14
*
Rails::Initializer#initialize_time_zone raises an error if value assigned to ...
Geoff Buesing
2008-03-28
3
-4
/
+13
*
Stop adding the antiquated test/mocks/* directories and only add them to the ...
David Heinemeier Hansson
2008-03-27
3
-3
/
+6
*
Added that gems can now be plugins if they include rails/init.rb (closes #114...
David Heinemeier Hansson
2008-03-27
5
-2
/
+67
*
Missing test data
David Heinemeier Hansson
2008-03-27
4
-0
/
+5
*
Fixed that a return-path header would be ignored (closes #7572) [joost]
David Heinemeier Hansson
2008-03-27
2
-2
/
+10
*
Added Plugin#about method to programmatically access the about.yml in a plugi...
David Heinemeier Hansson
2008-03-27
4
-17
/
+52
*
New applications should use UTC as the default time zone
David Heinemeier Hansson
2008-03-26
2
-11
/
+11
*
Fix issue where the :uniq option of a has_many :through association is ignore...
Rick Olson
2008-03-26
3
-5
/
+13
*
Fix duplicate table alias error when including an association with a has_many...
Rick Olson
2008-03-26
3
-26
/
+35
*
More efficient association preloading code that compacts a through_records ar...
Rick Olson
2008-03-26
2
-8
/
+13
*
Improve documentation.
Pratik Naik
2008-03-26
45
-173
/
+468
*
Typo fix in documentation from [9090] References #11422
Michael Koziarski
2008-03-26
1
-1
/
+1
*
Standardise the implementation of the extensions to BigDecimal. Closes #1060...
Michael Koziarski
2008-03-26
2
-23
/
+39
*
Fixed that ActiveRecord#Base.find_or_create/initialize would not honor attr_p...
David Heinemeier Hansson
2008-03-25
3
-4
/
+46
*
Whitespace + formatting
Jeremy Kemper
2008-03-25
2
-16
/
+11
*
Fixed that FormHelper#radio_button would produce invalid ids (closes #11298) ...
David Heinemeier Hansson
2008-03-24
3
-2
/
+7
[prev]
[next]