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
...
*
Unbundle Builder in favor of a gem dependency.
Jeremy Kemper
2007-10-07
8
-724
/
+5
*
Use StringIO and Tempfile subclasses instead of defining singleton methods on...
Jeremy Kemper
2007-10-06
2
-59
/
+79
*
Rewind stdin if possible after multipart parsing.
Jeremy Kemper
2007-10-06
2
-1
/
+4
*
Don't generate strings to log unless they'll actually get logged.
Jeremy Kemper
2007-10-06
1
-1
/
+1
*
Typo
Jeremy Kemper
2007-10-06
1
-1
/
+1
*
Move misplaced CHANGELOG entry
Jeremy Kemper
2007-10-06
2
-2
/
+2
*
Missed the add
Michael Koziarski
2007-10-06
2
-0
/
+4
*
Send the correct INSERT statement when dealing with objects with only primary...
Michael Koziarski
2007-10-06
22
-8
/
+94
*
Only cache attributes which need it for performance reasons. Closes #9767 [sk...
Michael Koziarski
2007-10-06
2
-1
/
+75
*
Test for each JSON fragment to workaround assumed hash ordering.
Jeremy Kemper
2007-10-06
1
-1
/
+4
*
Simplify some JSON tests
Jeremy Kemper
2007-10-06
1
-4
/
+4
*
Fix that ActiveRecord would create attribute methods and override custom attr...
Rick Olson
2007-10-06
4
-15
/
+54
*
Don't call attr_readonly on polymorphic belongs_to associations, in case it m...
Rick Olson
2007-10-05
3
-1
/
+7
*
Disambiguate Time, Date, and DateTime#to_json formatting. Closes #9750.
Jeremy Kemper
2007-10-05
5
-6
/
+8
*
Bump versions for 1.2.4 release.
Jeremy Kemper
2007-10-05
12
-21
/
+21
*
Remember these for the next release
David Heinemeier Hansson
2007-10-05
2
-4
/
+4
*
Disabling auto_flushing still flushes when the buffer hits a maximum size, as...
Jeremy Kemper
2007-10-04
3
-12
/
+24
*
Tidy up framework initialization code to ensure that it doesn't add folders t...
Michael Koziarski
2007-10-04
2
-10
/
+64
*
Hash#to_json takes :only or :except options to specific or omit certain hash ...
Jeremy Kemper
2007-10-04
18
-27
/
+88
*
Try loading activerecord-<adaptername>-adapter gem before trying a plain requ...
Jeremy Kemper
2007-10-04
2
-8
/
+8
*
Explicitly convert the buffer array to a string before writing to head off co...
Jeremy Kemper
2007-10-03
1
-1
/
+1
*
Some platforms include colon in timezone offset, some don't. References #9744.
Jeremy Kemper
2007-10-03
2
-6
/
+6
*
BufferedLogger#auto_flushing = N flushes the log every N messages. Buffers wi...
Jeremy Kemper
2007-10-03
3
-14
/
+65
*
only create custom accessors for Kernel:: methods
Tobias Lütke
2007-10-03
1
-11
/
+4
*
Allow column accessors to be created even if Kernel. or Object# methods of th...
Tobias Lütke
2007-10-03
1
-4
/
+15
*
Move #query_string to AbstractRequest
Jeremy Kemper
2007-10-03
2
-3
/
+10
*
rescue LoadError if memcache isn't available while loading the MemCache fragm...
Rick Olson
2007-10-03
1
-0
/
+4
*
Use #require_library_or_gem to load the memcache library for the MemCache ses...
Rick Olson
2007-10-03
3
-1
/
+4
*
Move ActionController::Routing.optimise_named_routes to ActionController::Bas...
Rick Olson
2007-10-03
6
-17
/
+28
*
Cache the descends_from_activerecord? call to speed up query generation. [ska...
Michael Koziarski
2007-10-03
1
-3
/
+8
*
Merge session fixation fixes from stable
Michael Koziarski
2007-10-02
2
-4
/
+16
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
69
-275
/
+304
*
db:create works with remote databases whereas db:create:all only createsdatab...
Jeremy Kemper
2007-10-02
2
-31
/
+53
*
Add --prefix option to script/server when using mongrel. [dacat] Closes #9716
Michael Koziarski
2007-10-01
2
-1
/
+12
*
Fixed Date#xmlschema for dates outside the range of what can be created with ...
David Heinemeier Hansson
2007-10-01
4
-2
/
+32
*
Removed calls to fixtures in generated tests as fixtures :all is now present ...
David Heinemeier Hansson
2007-10-01
5
-8
/
+5
*
A set secret causes trouble with the cookie store
David Heinemeier Hansson
2007-10-01
1
-2
/
+2
*
Fixed that render template did not honor exempt_from_layout (closes #9698) [p...
David Heinemeier Hansson
2007-09-30
4
-3
/
+24
*
Fixed that La Paz was included in -25200 and -14400 offsets when it should on...
David Heinemeier Hansson
2007-09-30
2
-2
/
+4
*
Docfix (closes #9740) [chuyeow]
David Heinemeier Hansson
2007-09-30
1
-5
/
+4
*
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
[prev]
[next]