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 docs
David Heinemeier Hansson
2006-03-28
2
-2
/
+2
*
Fixed docs
David Heinemeier Hansson
2006-03-28
12
-37
/
+33
*
Fixed documentation
David Heinemeier Hansson
2006-03-28
7
-103
/
+109
*
Make release rake work on 1.8.4
David Heinemeier Hansson
2006-03-28
1
-2
/
+2
*
Replace 'rescue Object' with a finer grained rescue. Closes #4431
Nicholas Seckar
2006-03-28
2
-2
/
+7
*
Show usage description if no code is passed (closes #4447) [murphy@cYcnus.de]
David Heinemeier Hansson
2006-03-28
1
-1
/
+1
*
Update description
David Heinemeier Hansson
2006-03-28
5
-24
/
+22
*
Allow load_fixtures to load a subset of total fixture data. [Chad Fowler]
Michael Koziarski
2006-03-28
2
-10
/
+16
*
Spell existence properly (closes #4442)
David Heinemeier Hansson
2006-03-27
1
-2
/
+2
*
Fixed require of bluecloth and redcloth when gems haven't been loaded (closes...
David Heinemeier Hansson
2006-03-27
2
-2
/
+4
*
Making ActiveRecord faster [skaes]
David Heinemeier Hansson
2006-03-27
3
-94
/
+152
*
Speedup for sortable with handles initialization in rails trunk too
Thomas Fuchs
2006-03-27
4
-8
/
+10
*
Fixed eager loading so that an aliased table cannot clash with a has_and_belo...
Rick Olson
2006-03-27
2
-2
/
+4
*
Add support for :include to with_scope [andrew@redlinesoftware.com]
Michael Koziarski
2006-03-27
6
-20
/
+101
*
Update to Prototype 1.5.0_pre1
Sam Stephenson
2006-03-27
4
-10
/
+66
*
Dependencies cleanup. Fixes #4221.
Nicholas Seckar
2006-03-27
9
-100
/
+162
*
Add CachingTools::HashCaching to simplify the creation of nested, autofilling...
Nicholas Seckar
2006-03-27
3
-0
/
+145
*
add the TestCase.fixture_path when testing file uploads
Rick Olson
2006-03-27
1
-1
/
+1
*
Don't raise when the migration file is missing or it'll stop destroy model in
Scott Barron
2006-03-26
1
-1
/
+5
*
ActionView: Allow to register a Template handler with a Symbol (dont kill mar...
David Heinemeier Hansson
2006-03-26
2
-1
/
+9
*
Support the use of public synonyms with the Oracle adapter; required ruby-oci...
David Heinemeier Hansson
2006-03-26
2
-0
/
+3
*
Make ActiveWebService::Struct type reloadable. Fix scaffolding action when on...
David Heinemeier Hansson
2006-03-26
5
-27
/
+45
*
effects.js and controls.js fixes
Thomas Fuchs
2006-03-26
4
-8
/
+10
*
finish form_for change, allow hash as the second param: form_for :post, :url ...
Rick Olson
2006-03-26
3
-11
/
+14
*
Remove broken hack which has no effect.
Nicholas Seckar
2006-03-26
2
-1
/
+2
*
Update Object.subclasses_of to locate nested classes. Update Object.remove_su...
Nicholas Seckar
2006-03-26
3
-6
/
+36
*
Change #form_for and #fields_for so that the second argument is not required ...
Rick Olson
2006-03-26
3
-3
/
+48
*
When doing svn log -qr HEAD trunk/url, a log message with revision will not
Scott Barron
2006-03-26
1
-1
/
+1
*
one too many
Thomas Fuchs
2006-03-26
1
-1
/
+1
*
Update to script.aculo.us 1.6
Thomas Fuchs
2006-03-26
7
-361
/
+501
*
Only string_to_binary if the column responds
David Heinemeier Hansson
2006-03-26
4
-4
/
+4
*
Change periods (.) in table aliases to _'s. Closes #4251 [jeff@ministrycente...
Rick Olson
2006-03-26
3
-1
/
+4
*
Changed has_and_belongs_to_many join to INNER JOIN for Mysql 3.23.x. Closes ...
Rick Olson
2006-03-26
2
-1
/
+3
*
Dont require rake to run the server, just have a little undryness instead (cl...
David Heinemeier Hansson
2006-03-26
2
-10
/
+3
*
Fixed issue that kept :select options from being scoped [Rick]
Rick Olson
2006-03-26
4
-3
/
+9
*
Beef up the default test just a tad
David Heinemeier Hansson
2006-03-25
1
-0
/
+6
*
The Ruby path should be a string (closes #4361) [DHH]
David Heinemeier Hansson
2006-03-25
2
-1
/
+3
*
Do it in style
David Heinemeier Hansson
2006-03-25
1
-2
/
+2
*
Fixed db_schema_import when binary types are present (closes #3101) [DHH]
David Heinemeier Hansson
2006-03-25
2
-1
/
+18
*
ST is Cap (closes #4214)
David Heinemeier Hansson
2006-03-25
1
-2
/
+2
*
Added Fixnum#seconds for consistency, so you can say 5.minutes + 30.seconds i...
David Heinemeier Hansson
2006-03-25
2
-0
/
+7
*
Fixed that MySQL enums should always be returned as strings (closes #3501) [DHH]
David Heinemeier Hansson
2006-03-25
2
-0
/
+3
*
Add an integration test generator
Jamis Buck
2006-03-25
4
-0
/
+36
*
Use example.com as standard (closes #4413) [anna]
David Heinemeier Hansson
2006-03-25
2
-3
/
+3
*
Enable application/x-yaml processing by default
Jamis Buck
2006-03-25
2
-6
/
+9
*
remove some documentation cruft on has_many
Rick Olson
2006-03-24
1
-3
/
+0
*
Change has_many :through to use the :source option to specify the source asso...
Rick Olson
2006-03-24
7
-21
/
+83
*
Don't polute the top level namespace in the console with ActionView helpers. ...
Marcel Molina
2006-03-23
2
-4
/
+12
*
Fixed that AWS Scaffold Fails with Struct as a Parameter (closes #4363) [joe@...
David Heinemeier Hansson
2006-03-23
3
-1
/
+14
*
STI associations are now aliased to the table name for backwards compatibilit...
Rick Olson
2006-03-23
1
-9
/
+54
[next]