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
...
*
Add README to gem [Dave Thomas]
Scott Barron
2006-05-01
1
-1
/
+1
*
Make the inspector work on debian (closes #4935) [Lars pind]
David Heinemeier Hansson
2006-05-01
1
-1
/
+1
*
Small fix in routing to allow dynamic routes (broken after [4242]) [Rick]
Rick Olson
2006-04-30
3
-3
/
+15
*
Namespaced OrderedHash so the Rails implementation does not clash with any ot...
Rick Olson
2006-04-30
4
-29
/
+21
*
Add Integration Session methods for PUT and DELETE requests [Rick]
Rick Olson
2006-04-30
1
-7
/
+10
*
Use reverse_each rather than reverse.each. [Marcel Molina Jr.]
Marcel Molina
2006-04-30
1
-1
/
+1
*
Ensure that StringIO is always available for the Schema dumper. [Marcel Molin...
Marcel Molina
2006-04-30
2
-0
/
+4
*
Allow AR::Base#to_xml to include methods too. Closes #4921. [johan@textdrive....
Marcel Molina
2006-04-29
4
-0
/
+28
*
Replace superfluous name_to_class_name variant with camelize. [Marcel Molina ...
Marcel Molina
2006-04-29
2
-4
/
+3
*
Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...
Marcel Molina
2006-04-29
25
-96
/
+52
*
Strip out punctuation on predicates or bang methods being aliased with alias_...
Marcel Molina
2006-04-29
3
-3
/
+66
*
Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...
Marcel Molina
2006-04-29
38
-72
/
+50
*
Fix test database name typo. [Marcel Molina Jr.]
Marcel Molina
2006-04-29
3
-5
/
+9
*
Revert unintential change to filter parameters
Marcel Molina
2006-04-29
1
-18
/
+16
*
Update README
Marcel Molina
2006-04-29
2
-21
/
+23
*
Use #flush between switching from #write to #syswrite. Closes #4907. [Blair Z...
Marcel Molina
2006-04-29
2
-0
/
+5
*
Remove duplicate fixture entry in comments.yml. Closes #4923. [Blair Zajac <b...
Marcel Molina
2006-04-29
2
-6
/
+2
*
Update FrontBase adapter to check binding version. Closes #4920. [mlaster@met...
Marcel Molina
2006-04-28
2
-4
/
+27
*
New Frontbase connections don't start in auto-commit mode. Closes #4922. [mla...
Marcel Molina
2006-04-28
2
-0
/
+5
*
Added script/process/inspector to do simple process status information on Rai...
David Heinemeier Hansson
2006-04-28
5
-5
/
+11
*
Status in one line
David Heinemeier Hansson
2006-04-28
1
-9
/
+8
*
Added a simple process inspector
David Heinemeier Hansson
2006-04-28
1
-0
/
+68
*
When grouping, use the appropriate option key. [Marcel Molina Jr.]
Marcel Molina
2006-04-28
2
-1
/
+7
*
Only modify the sequence name in the FrontBase adapter if the FrontBase adapt...
Marcel Molina
2006-04-28
2
-5
/
+5
*
Added pid file usage to script/process/spawner and script/process/reaper alon...
David Heinemeier Hansson
2006-04-28
7
-88
/
+133
*
Don't require the frontbase adapter until you need to
Marcel Molina
2006-04-27
1
-2
/
+1
*
Documentation fix: integration test scripts don't require integration_test. C...
Marcel Molina
2006-04-27
2
-2
/
+2
*
Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...
Marcel Molina
2006-04-27
21
-55
/
+1282
*
ActionController::Base Summary documentation rewrite. Closes #4900. [kevin.cl...
Marcel Molina
2006-04-27
3
-68
/
+54
*
Fix text_helper.rb documentation rendering. Closes #4725. [Frederick Ros]
Marcel Molina
2006-04-27
2
-20
/
+22
*
Fixes bad rendering of JavaScriptMacrosHelper rdoc (closes #4910) [Frederick ...
Rick Olson
2006-04-27
2
-4
/
+7
*
Allow error_messages_for to report errors for multiple objects, as well as su...
Marcel Molina
2006-04-26
3
-17
/
+85
*
Enhance documentation for setting headers in integration tests. Skip auto HTT...
Marcel Molina
2006-04-26
2
-4
/
+12
*
Add warning about the proper way to validate the presence of a foreign key. C...
Marcel Molina
2006-04-26
2
-0
/
+14
*
Fix column type check error in changeset [4280]. [Michael A. Schoen]
Marcel Molina
2006-04-26
1
-1
/
+1
*
Allow default options in with_options to be overridden. Closes #4480. [murphy...
Marcel Molina
2006-04-26
3
-2
/
+20
*
Fix syntax error in documentation. Closes #4679. [mislav@nippur.irb.hr]
Marcel Molina
2006-04-26
2
-1
/
+3
*
Add Oracle support for CLOB inserts. Closes #4748. [schoenm@earthlink.net san...
Marcel Molina
2006-04-26
2
-3
/
+5
*
Various fixes for sqlserver_adapter (odbc statement finishing, ado schema dum...
Marcel Molina
2006-04-26
2
-18
/
+32
*
Mention in docs that config.frameworks doesn't work when getting Rails via Ge...
Marcel Molina
2006-04-26
2
-1
/
+3
*
Documentation for AbstractRequest. Closes #4895. [kevin.clark@gmail.com]
Marcel Molina
2006-04-26
2
-3
/
+13
*
Added Module#alias_method_chain
Jamis Buck
2006-04-26
3
-0
/
+19
*
Fix documentation indentation
Marcel Molina
2006-04-26
1
-3
/
+3
*
Add support for :order option to with_scope. Closes #3887. [eric.daspet@survo...
Marcel Molina
2006-04-26
3
-2
/
+36
*
Prettify output of schema_dumper by making things line up. Closes #4241 [Caio...
Marcel Molina
2006-04-26
3
-8
/
+50
*
Refactor various InstanceTag instance method to class methods. Closes #4800. ...
Marcel Molina
2006-04-25
4
-29
/
+61
*
Make build_postgresql_databases task make databases owned by the postgres use...
Marcel Molina
2006-04-25
2
-3
/
+4
*
Sybase Adapter type conversion cleanup [dev@metacasa.net]
Marcel Molina
2006-04-25
3
-74
/
+69
*
Fix bug where calculations with long alias names return null. [Rick]
Rick Olson
2006-04-25
2
-4
/
+6
*
Remove all remaining references to @params in the documentation.
Marcel Molina
2006-04-25
7
-10
/
+12
[prev]
[next]