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
...
*
Fix that env_qs might be nil
David Heinemeier Hansson
2005-07-23
1
-2
/
+2
*
Improved performance with 5-30% through a series of Action Pack optimizations...
David Heinemeier Hansson
2005-07-23
14
-117
/
+175
*
Added test for template to layout variable transfer
David Heinemeier Hansson
2005-07-23
4
-2
/
+17
*
Caching template logging goes DEBUG
David Heinemeier Hansson
2005-07-23
1
-4
/
+10
*
Extended template caching to rxml and attempted to fix periodical caching iss...
David Heinemeier Hansson
2005-07-23
2
-41
/
+50
*
Fixed call on inline with new render_template #1808 [Michael Shuerig]
David Heinemeier Hansson
2005-07-22
1
-1
/
+1
*
Added warning about relying on habtm table aliases etc
David Heinemeier Hansson
2005-07-22
1
-0
/
+5
*
Dont be ambigious about the condition key
David Heinemeier Hansson
2005-07-22
2
-3
/
+2
*
Expiring a cache that doesnt exist is bliss not bad
David Heinemeier Hansson
2005-07-22
1
-2
/
+2
*
Added support for calling constrained class methods on has_many and has_and_b...
David Heinemeier Hansson
2005-07-22
12
-67
/
+299
*
Added migration support for SQLite (using temporary tables to simulate ALTER ...
David Heinemeier Hansson
2005-07-22
4
-17
/
+209
*
Remove extra definition of supports_migrations? from abstract_adaptor.rb
Nicholas Seckar
2005-07-22
2
-4
/
+2
*
Fixed changing templates in development mode [Stephan Kaes]
David Heinemeier Hansson
2005-07-22
1
-2
/
+3
*
Changed caching/expiration/hit to report using the DEBUG log level and errors...
David Heinemeier Hansson
2005-07-22
3
-12
/
+14
*
Add unit test to ensure that session management options are inherited and ove...
Jamis Buck
2005-07-22
1
-0
/
+20
*
Added support for per-action session management #1763
Jamis Buck
2005-07-22
6
-3
/
+134
*
Use debug to report compilation of erb templates
David Heinemeier Hansson
2005-07-22
1
-6
/
+4
*
Remove duplicated file contents
Jamis Buck
2005-07-22
2
-78
/
+0
*
Fixed compile of template fails if template name contains non-word character ...
David Heinemeier Hansson
2005-07-22
1
-2
/
+3
*
Fixed inflections of "index/indices" #1766 [damn_pepe@gmail.com]
David Heinemeier Hansson
2005-07-22
3
-2
/
+6
*
Added additional documentation to FormTagHelper #1788 [jon@instance-design.co...
David Heinemeier Hansson
2005-07-22
1
-0
/
+49
*
Added load_fixtures task to the Rakefile, which will load all the fixtures in...
David Heinemeier Hansson
2005-07-22
2
-1
/
+12
*
Doc fixes #1775, #1776 [jon@instance-design.co.uk]
David Heinemeier Hansson
2005-07-22
2
-2
/
+2
*
A bit more work on the still unfinished query cache #1722
David Heinemeier Hansson
2005-07-22
1
-3
/
+3
*
Added an empty robots.txt to public/, so that web servers asking for it won't...
David Heinemeier Hansson
2005-07-22
4
-1
/
+5
*
Add comment in config/environment.rb explaining $KCODE and UTF-8 #1726 [Leon ...
David Heinemeier Hansson
2005-07-22
1
-0
/
+6
*
Improved rendering speed on complicated templates by up to 25% #1234 [Stephan...
David Heinemeier Hansson
2005-07-21
9
-52
/
+119
*
Fix acts_as_list such that moving next-to-last item to the bottom does not re...
Jamis Buck
2005-07-20
3
-5
/
+25
*
Dropped the 'immediate close-down' of FCGI processes since it didn't work con...
David Heinemeier Hansson
2005-07-19
3
-14
/
+9
*
Factor Fixnum and Bignum extensions into Integer class
Nicholas Seckar
2005-07-19
6
-18
/
+17
*
Allow unspecified join-table columns to use to their default values when addi...
Jamis Buck
2005-07-18
8
-8
/
+36
*
Fix last changeset to pass unittests
Nicholas Seckar
2005-07-18
2
-6
/
+8
*
Fixed construction of get parameters for arrays
Nicholas Seckar
2005-07-18
4
-53
/
+70
*
Updating changelog to reflect [1855]
Nicholas Seckar
2005-07-18
1
-0
/
+2
*
Add ordinalize to Fixnum and Bignum instances
Nicholas Seckar
2005-07-18
2
-0
/
+10
*
Added stripping of _id to String#humanize, so "employee_id" becomes "Employee...
David Heinemeier Hansson
2005-07-17
4
-1
/
+6
*
Fix doc typos #1734 [moriq@moriq.com]
David Heinemeier Hansson
2005-07-17
1
-2
/
+2
*
Added Fixnum#ordinalize to turn 1.ordinalize to "1st", 3.ordinalize to "3rd",...
David Heinemeier Hansson
2005-07-17
4
-2
/
+72
*
Added options hash as third argument to FormHelper#input, so you can do input...
David Heinemeier Hansson
2005-07-17
2
-2
/
+4
*
Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...
David Heinemeier Hansson
2005-07-17
6
-11
/
+14
*
Fix problem with sendmail delivery where headers should be delimited by \n ch...
David Heinemeier Hansson
2005-07-17
2
-1
/
+6
*
Log if filters return false and halt execution #1735 [Michael Koziarski]
David Heinemeier Hansson
2005-07-17
1
-1
/
+5
*
Docs for JavaScriptHelper#remote_function #1740 [jon@instance-design.co.uk]
David Heinemeier Hansson
2005-07-17
1
-1
/
+9
*
Reminder for dangers with Alias and mod_rewrite #1752 [dave@cherryville.org]
David Heinemeier Hansson
2005-07-17
1
-0
/
+8
*
Added Base#expires_in(seconds)/Base#expires_now to control HTTP content cache...
David Heinemeier Hansson
2005-07-17
2
-0
/
+25
*
Make all tests pass on PGSQL #1759 [Rick Olson]
David Heinemeier Hansson
2005-07-17
1
-4
/
+4
*
Cleaning up of javascript_helper array options, add :only to sortable_element...
David Heinemeier Hansson
2005-07-17
1
-16
/
+13
*
we should respect charset for incoming messages and not assuming incoming is
Leon Breedt
2005-07-16
1
-2
/
+12
*
Regret inclusion for now
David Heinemeier Hansson
2005-07-16
1
-62
/
+0
*
Support for upcoming script/spawner
David Heinemeier Hansson
2005-07-16
1
-0
/
+62
[prev]
[next]