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
*
Made error_messages_for take a symbol as object_name
David Heinemeier Hansson
2005-04-12
1
-1
/
+1
*
Moved TextHelper#human_size to NumberHelper#number_to_human_size, but kept an...
David Heinemeier Hansson
2005-04-12
5
-36
/
+47
*
Moved build_association and create_association for has_one and belongs_to out...
David Heinemeier Hansson
2005-04-12
6
-56
/
+71
*
No conditions relevant here
David Heinemeier Hansson
2005-04-11
1
-1
/
+1
*
Dont quote the body
David Heinemeier Hansson
2005-04-11
2
-3
/
+29
*
Fixed quoting for all address headers, not just to #955 [Jamis Buck] Added th...
David Heinemeier Hansson
2005-04-11
3
-20
/
+91
*
Doc changes
David Heinemeier Hansson
2005-04-10
1
-0
/
+5
*
Doc fix
David Heinemeier Hansson
2005-04-10
1
-1
/
+1
*
Fixed #1030
David Heinemeier Hansson
2005-04-10
1
-1
/
+1
*
Tests for AS
David Heinemeier Hansson
2005-04-10
1
-0
/
+2
*
Added lazy typing for generate, such that ./script/generate cn == ./script/ge...
David Heinemeier Hansson
2005-04-10
2
-3
/
+11
*
Added rollbacks of transactions if they're active as the dispatcher is killed...
David Heinemeier Hansson
2005-04-10
2
-0
/
+9
*
Fixed that ownership is brought over in pg_dump during tests for PostgreSQL #...
David Heinemeier Hansson
2005-04-10
2
-1
/
+6
*
Fixed spelling of delimiter #1058
David Heinemeier Hansson
2005-04-10
1
-14
/
+14
*
Fixed db schema
David Heinemeier Hansson
2005-04-10
1
-1
/
+2
*
Added support for has_and_belongs_to_many associations in eager loading #1064...
David Heinemeier Hansson
2005-04-10
20
-76
/
+226
*
Made eager loading work with inheritance hierarchies #1065 [Ryan Carver]
David Heinemeier Hansson
2005-04-10
16
-9
/
+121
*
Fixed that the content-type for some browsers could include an additional \r ...
David Heinemeier Hansson
2005-04-10
2
-1
/
+3
*
Updated docs #1068
David Heinemeier Hansson
2005-04-10
1
-2
/
+2
*
Updated docs #1070
David Heinemeier Hansson
2005-04-10
1
-11
/
+12
*
Fixed that radio buttons shouldn't have a default size attribute #1074 [hendr...
David Heinemeier Hansson
2005-04-10
3
-7
/
+12
*
Fixed a few tests
David Heinemeier Hansson
2005-04-10
1
-4
/
+4
*
Fixed that in some circumstances controllers outside of modules may have hidd...
David Heinemeier Hansson
2005-04-10
6
-11
/
+50
*
add missing public API change
Leon Breedt
2005-04-10
1
-4
/
+5
*
Fixed syntax error
David Heinemeier Hansson
2005-04-07
1
-1
/
+1
*
Update to the helper to abstract delimeting a number #1015
David Heinemeier Hansson
2005-04-07
1
-4
/
+10
*
Added quoting of column names for fixtures #997 [jcfischer@gmail.com]
David Heinemeier Hansson
2005-04-07
17
-5
/
+66
*
Fixed check_box with postgresql booleans is more work now again #995
David Heinemeier Hansson
2005-04-07
1
-1
/
+1
*
Added JavascriptHelper#periodically_call_remote in order to create areas of a...
David Heinemeier Hansson
2005-04-07
4
-0
/
+69
*
generate --quiet documentation #715
David Heinemeier Hansson
2005-04-07
1
-1
/
+1
*
Fixed Cache#expire_matched_fragments that couldn't recognize the difference b...
David Heinemeier Hansson
2005-04-07
2
-13
/
+26
*
Fixed unquoting of emails that doesn't have an explicit charset #1036 [wolfga...
David Heinemeier Hansson
2005-04-07
2
-2
/
+8
*
Fixed counter_sql when no records exist in database for PostgreSQL (would giv...
David Heinemeier Hansson
2005-04-07
4
-2
/
+17
*
Added simulation of @request.request_uri in functional tests #1038 [Jamis Buck]
David Heinemeier Hansson
2005-04-07
3
-0
/
+36
*
Moved to new server
David Heinemeier Hansson
2005-04-07
7
-10
/
+35
*
Fixed inflection of perspectives and similar words #1045 [thijs@vandervossen....
David Heinemeier Hansson
2005-04-07
3
-3
/
+8
*
Fixed autolinking to work better in more cases #1013 [Jamis Buck]
David Heinemeier Hansson
2005-04-06
1
-4
/
+17
*
Fixed autolinking to work better in more cases #1013 [Jamis Buck]
David Heinemeier Hansson
2005-04-06
1
-1
/
+8
*
support SOAP invocation of layered services in scaffolding too, fix bug when
Leon Breedt
2005-04-05
2
-7
/
+27
*
initial go at making :layered dispatching generate WSDL for SOAP, and have
Leon Breedt
2005-04-05
8
-23
/
+63
*
Use :foreign_key option if specified on the association
David Heinemeier Hansson
2005-04-05
1
-2
/
+2
*
Added Fixnum#even? and Fixnum#odd?
David Heinemeier Hansson
2005-04-05
1
-0
/
+5
*
Added Fixnum#even? and Fixnum#odd?
David Heinemeier Hansson
2005-04-05
4
-3
/
+39
*
make XMLRPC::FaultException have a #message, otherwise the thrown exception
Leon Breedt
2005-04-05
1
-0
/
+4
*
add API::Method#expects_to_hash convenience as well
Leon Breedt
2005-04-05
2
-0
/
+15
*
add API::Method#expects_index_of helper to get the index of
Leon Breedt
2005-04-05
2
-0
/
+21
*
be explicit about the object to do #instance_eval in for delegated dispatching,
Leon Breedt
2005-04-05
11
-230
/
+226
*
* Fix casting of nested members in structured types if we have a signature
Leon Breedt
2005-04-04
5
-16
/
+22
*
Made it possible to do text_field :account, :name in addition to text_field "...
David Heinemeier Hansson
2005-04-04
1
-1
/
+1
*
Dont include multiple versions of the same association object
David Heinemeier Hansson
2005-04-04
1
-1
/
+1
[next]