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
*
Doc fix (closes #4515)
David Heinemeier Hansson
2006-04-01
2
-3
/
+3
*
Fixed that records returned from has_and_belongs_to_many associations with ad...
David Heinemeier Hansson
2006-04-01
5
-11
/
+40
*
Applied Prototype $() performance patches (#4465, #4477) and updated script.a...
Thomas Fuchs
2006-04-01
8
-150
/
+608
*
Doc fix (closes #4521)
David Heinemeier Hansson
2006-04-01
1
-0
/
+1
*
railties Rakefile refers to old rails_version.rb location (closes #4530) [wil...
David Heinemeier Hansson
2006-04-01
1
-1
/
+1
*
Use --simple-prompt instead of --prompt-mode simple for console compatibility...
David Heinemeier Hansson
2006-04-01
3
-2
/
+4
*
dont merge when you can update (closes #4529) [skaes]
David Heinemeier Hansson
2006-04-01
1
-2
/
+2
*
Added -f/--freeze option to rails command for freezing the application to the...
David Heinemeier Hansson
2006-04-01
5
-6
/
+19
*
Exit when no gem is found; expand on error message
Nicholas Seckar
2006-04-01
1
-1
/
+5
*
Remove explicit require of departed file.
Nicholas Seckar
2006-04-01
1
-1
/
+1
*
Remove explicit require of departed file.
Nicholas Seckar
2006-04-01
1
-2
/
+0
*
Specify gem version in environment.rb
David Heinemeier Hansson
2006-04-01
3
-8
/
+21
*
Make Rails::VERSION implicitly loadable. Closes #4491.
Nicholas Seckar
2006-04-01
2
-0
/
+2
*
Teach Rails apps to only load gems of the same Rails version they were genera...
Nicholas Seckar
2006-04-01
3
-2
/
+9
*
Do not implicitly mark recordss of has_many :through as readonly but do mark ...
Marcel Molina
2006-03-30
4
-9
/
+17
*
pass the correct reflection to HasManyThroughAssociationPolymorphicError
Rick Olson
2006-03-30
1
-1
/
+1
*
Make asset timestamping safe to use on assets that don't exist
Jamis Buck
2006-03-30
1
-1
/
+1
*
Fixed broken OCIAdapter (closes #4457) [schoenm@earthlink.net]
David Heinemeier Hansson
2006-03-30
4
-12
/
+18
*
Skip complete URLs
David Heinemeier Hansson
2006-03-29
2
-1
/
+6
*
Added automated timestamping to AssetTagHelper methods for stylesheets, javas...
David Heinemeier Hansson
2006-03-29
4
-5
/
+45
*
Fix Rails info controller for postgres; Closes #4469.
Nicholas Seckar
2006-03-29
4
-23
/
+23
*
Added gzip compression for JavaScript, CSS, and HTML to default lighttpd.conf...
David Heinemeier Hansson
2006-03-29
2
-1
/
+7
*
I tag by hand, thank you
David Heinemeier Hansson
2006-03-28
1
-1
/
+0
*
Rails 1.1.0 is real
David Heinemeier Hansson
2006-03-28
1
-1
/
+1
*
Made ready for release
David Heinemeier Hansson
2006-03-28
16
-27
/
+30
*
to_xml documentation [DHH, Koz]
Michael Koziarski
2006-03-28
1
-1
/
+61
*
regression test for #4206
Rick Olson
2006-03-28
1
-0
/
+5
*
Add 1.0 marker to edge rails changelongs
Marcel Molina
2006-03-28
6
-0
/
+26
*
documentation for polymorphic joins
Rick Olson
2006-03-28
1
-1
/
+23
*
Add documentation for respond_to
Marcel Molina
2006-03-28
2
-0
/
+89
*
Fixed docs
David Heinemeier Hansson
2006-03-28
2
-2
/
+2
*
Fixed docs
David Heinemeier Hansson
2006-03-28
3
-4
/
+5
*
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
[next]