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
*
forgot to commit the fixed test case! (yea right)
Tobias Lütke
2006-03-06
1
-3
/
+3
*
changed default of Array#to_sentence to use one, two and three notation ( ski...
Tobias Lütke
2006-03-06
1
-2
/
+2
*
Allow method chaining in RJS elements [Rick Olson]
David Heinemeier Hansson
2006-03-06
4
-2
/
+21
*
Update Prototype for beta gems
Sam Stephenson
2006-03-06
2
-96
/
+110
*
Fix quoting of inheritance column for STI eager loading #4098 [Jonathan Viney...
Rick Olson
2006-03-06
2
-7
/
+9
*
slight change to eager associations table aliasing: use class_reflection, lik...
Rick Olson
2006-03-06
2
-3
/
+3
*
added assert_queries for the AR test suite
Rick Olson
2006-03-05
2
-2
/
+13
*
Added tracking of database and framework versions in script/about #4088 [char...
David Heinemeier Hansson
2006-03-05
3
-5
/
+28
*
Doc fixes
David Heinemeier Hansson
2006-03-05
3
-6
/
+6
*
Silence the migration messages when importing the schema for tests
Jamis Buck
2006-03-05
1
-0
/
+1
*
Doc fixes
David Heinemeier Hansson
2006-03-05
1
-3
/
+4
*
Dont mkdir for each framework now that theyre checked out in their entirety
David Heinemeier Hansson
2006-03-05
1
-1
/
+0
*
ActionController::Base.param_parsers now accept symbols. currently supported ...
Tobias Lütke
2006-03-05
3
-11
/
+36
*
Added new infrastructure support for REST webservices.
Tobias Lütke
2006-03-05
10
-46
/
+345
*
Fixed eager loading problems with single-table inheritance [Rick Olson] Added...
David Heinemeier Hansson
2006-03-05
10
-63
/
+144
*
Dont generate migration when doing scaffolding
David Heinemeier Hansson
2006-03-05
1
-1
/
+1
*
Fixed tests (closes #4087) [Rick Olson]
David Heinemeier Hansson
2006-03-05
1
-0
/
+6
*
Fixed tests (closes #4087) [Rick Olson]
David Heinemeier Hansson
2006-03-05
2
-5
/
+29
*
allow RJS enum values to be passed to visual_effect() and other scriptaculous...
David Heinemeier Hansson
2006-03-05
5
-68
/
+80
*
Migrations created alongside models should be called CreateModels not AddMode...
David Heinemeier Hansson
2006-03-05
1
-2
/
+2
*
Added public/javascripts/application.js as a sample since it'll automatically...
David Heinemeier Hansson
2006-03-04
7
-34
/
+10
*
Added cascading eager loading that allows for queries like Author.find(:all, ...
David Heinemeier Hansson
2006-03-04
4
-138
/
+349
*
Backed out of that. PStore doesnt support suffix :(
David Heinemeier Hansson
2006-03-04
1
-1
/
+0
*
Backed out of that. PStore doesnt support suffix :(
David Heinemeier Hansson
2006-03-04
2
-3
/
+3
*
CHANGED DEFAILT: File-based sessions now have a suffix of ".rails_session" in...
David Heinemeier Hansson
2006-03-04
2
-2
/
+4
*
Words of caution
David Heinemeier Hansson
2006-03-04
1
-1
/
+1
*
Added -a/--with-assets option to rails generator that will include default as...
David Heinemeier Hansson
2006-03-04
5
-3
/
+32
*
Migrations should use symbols now that the schema dumper is switching to that...
David Heinemeier Hansson
2006-03-04
1
-3
/
+3
*
Make counter cache work when replacing an association (closes #3245). Thanks ...
Jamis Buck
2006-03-04
4
-0
/
+53
*
Added socket cleanup for lighttpd, both before and after [DHH] Added automati...
David Heinemeier Hansson
2006-03-04
5
-12
/
+29
*
Make migrations verbose
Jamis Buck
2006-03-04
3
-5
/
+130
*
We need to silence_stderr on the call to svn in order not to get errors when ...
David Heinemeier Hansson
2006-03-04
1
-3
/
+15
*
Fixed that Date was in incorrect format in tasks.yml (closes #4072) [mlaster@...
David Heinemeier Hansson
2006-03-04
1
-2
/
+2
*
Fixed Effect.Appear in effects.js to work with floats in Safari (closes #3524...
David Heinemeier Hansson
2006-03-04
6
-22
/
+49
*
Make counter_cache work with polymorphic belongs_to
Jamis Buck
2006-03-04
5
-13
/
+26
*
remove explicit dependency mechanism setting in console_app
Jamis Buck
2006-03-03
1
-5
/
+1
*
RJS now does enumerations, baby! (closes #3876) [Rick Olson]
David Heinemeier Hansson
2006-03-03
5
-27
/
+233
*
Fixed that calling HasOneProxy#build_model repeatedly would cause saving to h...
David Heinemeier Hansson
2006-03-03
3
-1
/
+12
*
Fixed test
David Heinemeier Hansson
2006-03-03
1
-1
/
+1
*
Fixed type (closes #3999)
David Heinemeier Hansson
2006-03-03
1
-2
/
+2
*
Fix a ton of issues with AWS (yes, Kent saved it from being unbundled in 1.1)...
David Heinemeier Hansson
2006-03-03
18
-44
/
+322
*
Added reload! method to script/console to reload all models and others that i...
David Heinemeier Hansson
2006-03-03
2
-0
/
+8
*
Added that rake rails:freeze:edge will now just export all the contents of th...
David Heinemeier Hansson
2006-03-03
2
-10
/
+4
*
fix unreplaced class var
Jeremy Kemper
2006-03-02
1
-1
/
+1
*
Revert allow_concurrency change for better testing. Retrieve_connection in tw...
Jeremy Kemper
2006-03-02
2
-2
/
+3
*
More docs for observers (closes #3996) [Robby Russel]
David Heinemeier Hansson
2006-03-02
1
-1
/
+21
*
Added fix for upload problems with lighttpd from Safari/IE to config/lighttpd...
David Heinemeier Hansson
2006-03-02
2
-0
/
+8
*
No longer needed (closes #4017)
David Heinemeier Hansson
2006-03-02
1
-0
/
+0
*
Doc fix (closes #4014) [thijs@fngtps.com]
David Heinemeier Hansson
2006-03-02
1
-1
/
+1
*
Fixed that default image extension was not appended when using a full URL wit...
David Heinemeier Hansson
2006-03-02
3
-2
/
+5
[next]