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
...
*
Inline a method used by render_partial. Closes #2881.
Jeremy Kemper
2005-11-17
1
-9
/
+6
*
replaced constant Plugin in documentation rake task with plugin local variabl...
Tobias Lütke
2005-11-17
1
-3
/
+3
*
Update from LGPL to MIT license as per Minero Aoki's permission.
Marcel Molina
2005-11-17
2
-3
/
+24
*
Rename Version constant to VERSION. Closes #2802.
Marcel Molina
2005-11-17
22
-18
/
+32
*
Remove CHANGELOG from apidoc Rake task since it isn't included with new apps ...
Jeremy Kemper
2005-11-16
1
-1
/
+0
*
Correct time_zone_options_for_select docs. Closes #2892.
Jeremy Kemper
2005-11-16
2
-1
/
+3
*
Remove the unused, slow response_dump and session_dump variables from error p...
Jeremy Kemper
2005-11-16
2
-2
/
+2
*
Include QUOTED_TYPE constant in ActionPack AR assertions tests.
Jeremy Kemper
2005-11-16
1
-0
/
+1
*
fewer objects, no loop in convert_content_type. Closes #2883.
Jeremy Kemper
2005-11-16
2
-6
/
+9
*
Inline commonly-called template presence checks. Closes #2882.
Jeremy Kemper
2005-11-16
2
-3
/
+3
*
Avoid logging code if logger is nil. Closes #2881.
Jeremy Kemper
2005-11-16
2
-5
/
+16
*
Use Set instead of Array to speed up prototype helper include? calls. Closes...
Jeremy Kemper
2005-11-16
2
-5
/
+9
*
MemCache store may be given multiple addresses. Closes #2869.
Jeremy Kemper
2005-11-16
3
-35
/
+39
*
r3118@asus: jeremy | 2005-11-16 00:32:48 -0800
Jeremy Kemper
2005-11-16
2
-2
/
+2
*
r3116@asus: jeremy | 2005-11-16 00:17:06 -0800
Jeremy Kemper
2005-11-16
11
-5
/
+793
*
r3095@asus: jeremy | 2005-11-15 22:40:51 -0800
Jeremy Kemper
2005-11-16
15
-60
/
+88
*
Change Inflector#constantize to use eval instead of const_get
Nicholas Seckar
2005-11-16
3
-3
/
+12
*
SQLServer: active? and reconnect! methods for handling stale connections. Re...
Jeremy Kemper
2005-11-15
2
-12
/
+9
*
SQLServer: active? and reconnect! methods for handling stale connections. Re...
Jeremy Kemper
2005-11-15
2
-3
/
+34
*
Associations handle case-equality more consistently: item.parts.is_a?(Array) ...
Jeremy Kemper
2005-11-15
3
-5
/
+30
*
Mention app/apis and db directories in README. Closes #1616.
Jeremy Kemper
2005-11-15
1
-0
/
+7
*
Remove invalid links in ActionView::Helpers::UrlHelper documentation. Closes...
Jeremy Kemper
2005-11-15
1
-2
/
+2
*
Stricter matching for implicitly multipart filenames excludes files ending in...
Jeremy Kemper
2005-11-15
4
-4
/
+13
*
Handle cookie parsing irregularity for certain Nokia phones. Closes #2530.
Jeremy Kemper
2005-11-15
3
-1
/
+15
*
Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Ad...
Sam Stephenson
2005-11-14
7
-604
/
+947
*
SQLServer: insert uses given primary key value if not nil rather than SELECT ...
Jeremy Kemper
2005-11-14
3
-1
/
+4
*
Update trunk to latests script.aculo.us
Thomas Fuchs
2005-11-14
8
-218
/
+144
*
* Updated docs for in_place_editor, fixes a couple bugs and offers extended s...
Tobias Lütke
2005-11-14
3
-10
/
+14
*
Oracle: active? and reconnect! methods for handling stale connections. Optio...
Jeremy Kemper
2005-11-14
2
-8
/
+120
*
Fix reconnect success rate to report as percentage. References #428.
Jeremy Kemper
2005-11-14
1
-5
/
+5
*
Correct documentation for Base.delete_all. References #1568.
Jeremy Kemper
2005-11-14
2
-1
/
+3
*
Oracle: test case for column default parsing. References #2788.
Jeremy Kemper
2005-11-14
4
-2
/
+22
*
Update documentation for Migrations. References #2861.
Jeremy Kemper
2005-11-14
2
-13
/
+32
*
Update documentation for render :file. References #2858.
Jeremy Kemper
2005-11-14
2
-8
/
+14
*
Note that the ruby-memcache bindings are required to use the memcache store.
Jeremy Kemper
2005-11-14
1
-0
/
+1
*
Update CHANGELOG with more details. References #2842.
Jeremy Kemper
2005-11-13
1
-1
/
+1
*
Eliminate Subversion dependencies in scripts/plugin. Correct install options...
Jeremy Kemper
2005-11-13
2
-61
/
+96
*
Reapply [2942] which was elided by [2997]. References #2788. References #2848.
Jeremy Kemper
2005-11-13
1
-1
/
+1
*
Only include builtin filters whose filenames match /^[a-z][a-z_]*_helper.rb$/...
Jeremy Kemper
2005-11-13
2
-5
/
+6
*
hidden_field can also be in fields_for
David Heinemeier Hansson
2005-11-13
1
-1
/
+1
*
Make form_for work with additional options
David Heinemeier Hansson
2005-11-13
1
-1
/
+1
*
Show with local vars
David Heinemeier Hansson
2005-11-13
1
-2
/
+2
*
Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w...
David Heinemeier Hansson
2005-11-13
10
-24
/
+338
*
r3046@asus: jeremy | 2005-11-13 02:31:21 -0800
Jeremy Kemper
2005-11-13
1
-4
/
+8
*
r3042@asus: jeremy | 2005-11-13 01:51:08 -0800
Jeremy Kemper
2005-11-13
4
-20
/
+52
*
r3032@asus: jeremy | 2005-11-12 23:16:52 -0800
Jeremy Kemper
2005-11-13
3
-16
/
+45
*
PostgreSQL: last_insert_id uses select_value rather than using @connection.ex...
Jeremy Kemper
2005-11-13
1
-2
/
+2
*
Much faster Oracle column reflection. References #2848.
Jeremy Kemper
2005-11-13
2
-16
/
+24
*
r4331@asus: jeremy | 2005-11-12 17:03:45 -0800
Jeremy Kemper
2005-11-13
1
-2
/
+2
*
SQLite: the clone_structure_to_test and purge_test_database Rake tasks should...
Jeremy Kemper
2005-11-13
2
-2
/
+2
[prev]
[next]