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
...
*
Rollback [4584], bad test. Reopens #3819.
Jeremy Kemper
2006-07-08
3
-17
/
+2
*
Update callbacks documentation. Closes #3970.
Jeremy Kemper
2006-07-08
2
-0
/
+13
*
Don't modify options parameters in-place. Closes #3819.
Jeremy Kemper
2006-07-08
3
-2
/
+17
*
make_dest_dirs rake task uses path = . by default. Closes #3874.
Jeremy Kemper
2006-07-08
1
-2
/
+2
*
Integration tests behave well with render_component. Closes #4632.
Jeremy Kemper
2006-07-08
2
-2
/
+6
*
Clarify partial filename constraints. Closes #1161.
Jeremy Kemper
2006-07-07
1
-0
/
+3
*
PostgreSQL: correctly quote the ' in pk_and_sequence_for. Closes #5462.
Jeremy Kemper
2006-07-07
2
-1
/
+3
*
PostgreSQL: correctly quote microseconds in timestamps. Closes #5641.
Jeremy Kemper
2006-07-07
4
-2
/
+5
*
find_one uses find_every.first instead of find_initial since its primary key ...
Jeremy Kemper
2006-07-07
1
-1
/
+4
*
Clearer has_one/belongs_to model names (account has_one :user). Closes #5632.
Jeremy Kemper
2006-07-07
2
-8
/
+12
*
More succinct current_adapter? Enable locking duel for Oracle.
Jeremy Kemper
2006-07-07
5
-65
/
+67
*
PostgreSQL: add_column can add a not null column with a default.
Jeremy Kemper
2006-07-07
1
-3
/
+17
*
Oracle: use nonblocking queries if allow_concurrency is set, fix pessimistic ...
Jeremy Kemper
2006-07-07
4
-55
/
+38
*
Ensure the logger is initialized. Closes #5629.
Jeremy Kemper
2006-07-06
2
-1
/
+6
*
Updated
David Heinemeier Hansson
2006-07-06
1
-0
/
+10
*
Rename test file so it runs for MySQL only.
Jeremy Kemper
2006-07-06
1
-0
/
+0
*
Added Mongrel-spawning capabilities to script/process/spawner. Mongrel will b...
David Heinemeier Hansson
2006-07-06
1
-17
/
+61
*
Grammar fix in aggregations rdoc. Closes #5613.
Jeremy Kemper
2006-07-06
1
-2
/
+2
*
Really, this time. References #5612.
Jeremy Kemper
2006-07-05
1
-7
/
+11
*
Update scaffolding functional tests to use :id => people(:first) instead of :...
Jeremy Kemper
2006-07-05
2
-4
/
+6
*
text_field_with_auto_complete stylesheet uses <style type="text/css"> instead...
Jeremy Kemper
2006-07-05
2
-3
/
+2
*
db:test:clone should remove existing tables before reloading the schema. Clos...
Jeremy Kemper
2006-07-05
2
-5
/
+7
*
Fixed test
David Heinemeier Hansson
2006-07-05
1
-1
/
+1
*
HashWithIndifferentAccess shouldn't confuse false and nil. Closes #5601. Nor ...
Jeremy Kemper
2006-07-05
3
-38
/
+70
*
revert ActiveRecord equality change. Closes #5596
Rick Olson
2006-07-05
1
-3
/
+2
*
Fixed migration generation for class names like ACLController (closes #5197) ...
David Heinemeier Hansson
2006-07-05
2
-1
/
+3
*
Fixed a few Oracle issues: Allows Oracle's odd date handling to still work co...
David Heinemeier Hansson
2006-07-05
6
-6
/
+26
*
Doc fixes (closes #5443)
David Heinemeier Hansson
2006-07-05
1
-0
/
+6
*
Added exception handling of missing layouts (closes #5373) [chris@ozmm.org]
David Heinemeier Hansson
2006-07-05
3
-1
/
+24
*
rake should run active_schema_mysql_test.rb (closes #5390)
David Heinemeier Hansson
2006-07-05
1
-2
/
+2
*
Doc fix (closes #5418) [kevwil@gmail.com]
David Heinemeier Hansson
2006-07-05
1
-2
/
+3
*
Doc fix (closes #5429)
David Heinemeier Hansson
2006-07-05
1
-0
/
+7
*
Fixed that real files and symlinks should be treated the same when compiling ...
David Heinemeier Hansson
2006-07-05
4
-64
/
+138
*
Added show_source_list and show_call_stack to breakpoints to make it easier t...
David Heinemeier Hansson
2006-07-05
2
-0
/
+43
*
Added :group to available options for finds done on associations (closes #551...
David Heinemeier Hansson
2006-07-05
1
-0
/
+2
*
Doc fix (closes #5504) [lee@omara.ca]
David Heinemeier Hansson
2006-07-05
3
-2
/
+19
*
Doc fix (closes #5576)
David Heinemeier Hansson
2006-07-05
1
-1
/
+1
*
Fixed that the flash should be reset when reset_session is called (closes #55...
David Heinemeier Hansson
2006-07-05
2
-1
/
+9
*
Fixed HashWithIndifferentAccess#default (closes #5586) [chris@seagul.co.uk]
David Heinemeier Hansson
2006-07-05
3
-4
/
+31
*
Doc fixes
David Heinemeier Hansson
2006-07-05
2
-43
/
+42
*
Added special case for "1 Byte" in NumberHelper#number_to_human_size (closes ...
David Heinemeier Hansson
2006-07-05
3
-1
/
+4
*
Typo in alias_method_chain rdoc.
Jeremy Kemper
2006-07-03
1
-1
/
+1
*
Add forgotten test/abstract_unit
Jeremy Kemper
2006-07-03
1
-0
/
+7
*
Minor tweak to improve performance of ActiveRecord::Base#to_param
Nicholas Seckar
2006-07-03
2
-1
/
+3
*
Generate scaffold layout in subdirectory appropriate to its module nesting. C...
Jeremy Kemper
2006-07-01
2
-1
/
+7
*
fix regexp typo
Jeremy Kemper
2006-06-30
1
-1
/
+1
*
r4748@asus: jeremy | 2006-06-29 22:40:35 -0700
Jeremy Kemper
2006-06-30
2
-2
/
+2
*
Mailer template root applies to a class and its subclasses rather than acting...
Jeremy Kemper
2006-06-30
7
-34
/
+22
*
Fixed proper form-encoded parameter parsing for requests with "Content-Type: ...
David Heinemeier Hansson
2006-06-30
2
-1
/
+3
*
r4738@asus: jeremy | 2006-06-29 20:18:43 -0700
Jeremy Kemper
2006-06-30
3
-49
/
+96
[prev]
[next]