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
*
Make sure assigns are built for every request when testing #1866
Jamis Buck
2005-07-31
4
-1
/
+32
*
Allow remote_addr to be queried on TestRequest #1668
Jamis Buck
2005-07-31
3
-1
/
+20
*
Fixed that Time#midnight would have a non-zero usec on some platforms #1836
Jamis Buck
2005-07-31
3
-3
/
+12
*
ActionMailer::Base.deliver(email) had been accidentally removed, but was docu...
Jamis Buck
2005-07-31
3
-25
/
+43
*
Allow add_column and create_table to specify NOT NULL #1712 [emptysands@gmail...
Jamis Buck
2005-07-30
4
-7
/
+40
*
Really fix the syntax error issue
David Heinemeier Hansson
2005-07-28
1
-1
/
+2
*
Fix create_table so that id column is implicitly added [Rick Olson]
Jamis Buck
2005-07-27
3
-6
/
+16
*
More fixes, but still broken
David Heinemeier Hansson
2005-07-27
2
-4
/
+6
*
Fixing the fix, but not quite
David Heinemeier Hansson
2005-07-27
1
-0
/
+4
*
Fixing the fix, but not quite
David Heinemeier Hansson
2005-07-27
1
-5
/
+3
*
Fixed bug when a partial render was passing a local with the same name as the...
David Heinemeier Hansson
2005-07-27
3
-2
/
+4
*
Demonstrate breakage better
David Heinemeier Hansson
2005-07-27
3
-3
/
+4
*
Fixed dynamic scaffolding [Stefan Kaes]
David Heinemeier Hansson
2005-07-27
2
-6
/
+9
*
Added two failing tests for partials with locals from controller
David Heinemeier Hansson
2005-07-27
2
-1
/
+28
*
Fixed #1774 again
David Heinemeier Hansson
2005-07-27
1
-1
/
+1
*
Removed unused statement
David Heinemeier Hansson
2005-07-26
1
-1
/
+0
*
Fixed snag in status reporting
David Heinemeier Hansson
2005-07-26
1
-1
/
+1
*
Made the reaper talk to the spinner to make it spin faster during restarts an...
David Heinemeier Hansson
2005-07-26
2
-20
/
+35
*
Only log status if there is one different from 200 set
David Heinemeier Hansson
2005-07-26
1
-1
/
+1
*
Document the design of the compiled templates approach and tweak the expirati...
David Heinemeier Hansson
2005-07-26
1
-4
/
+8
*
Fixed broken error handling #1827 [Stefan Kaes]
David Heinemeier Hansson
2005-07-25
1
-5
/
+4
*
Add a catch-all eraser
David Heinemeier Hansson
2005-07-25
1
-2
/
+7
*
Improved performance of test app req/sec with ~10% refactoring the render met...
David Heinemeier Hansson
2005-07-24
15
-198
/
+186
*
Simplify content_for implementation
David Heinemeier Hansson
2005-07-24
1
-10
/
+2
*
Made Oracle a first-class connection adapter by adhering closer to idiomatic ...
David Heinemeier Hansson
2005-07-24
1
-2
/
+12
*
Made Oracle a first-class connection adapter by adhering closer to idiomatic ...
David Heinemeier Hansson
2005-07-24
18
-59
/
+235
*
Fixed regression for content_for #1820 [Stefan Kaes]
David Heinemeier Hansson
2005-07-24
4
-3
/
+14
*
Allow ERb in the database.yml file (just like with fixtures), so you can pull...
David Heinemeier Hansson
2005-07-24
2
-1
/
+3
*
Added convenience controls for FCGI processes (especially when managed remote...
David Heinemeier Hansson
2005-07-24
6
-5
/
+244
*
Fix that env_qs might be nil
David Heinemeier Hansson
2005-07-23
1
-1
/
+1
*
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
[next]