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
*
Auto-requiring of helpers should stay silent when it isn't found for whatever...
David Heinemeier Hansson
2004-12-31
2
-1
/
+3
*
Fixed that @request.remote_ip didn't work in the test environment #369 [Bruno...
David Heinemeier Hansson
2004-12-31
1
-4
/
+4
*
Fixed quoting in validates_format_of that would allow some rules to pass rega...
David Heinemeier Hansson
2004-12-31
3
-2
/
+4
*
Fixed that generated action_mailers doesnt need to require the action_mailer ...
David Heinemeier Hansson
2004-12-31
2
-2
/
+2
*
Fixed broken transactions that were actually only running object-level and no...
David Heinemeier Hansson
2004-12-30
1
-0
/
+2
*
Restored thread safety to Active Record [andreas]
David Heinemeier Hansson
2004-12-30
1
-10
/
+16
*
Transactions are now actually working on the database level on save, but thre...
David Heinemeier Hansson
2004-12-30
1
-1
/
+2
*
Updated Rakefiles for the server move
David Heinemeier Hansson
2004-12-30
3
-7
/
+7
*
Fixed dependency management to happen in a unified fashion for Active Record ...
David Heinemeier Hansson
2004-12-30
1
-0
/
+17
*
Include as loaded regardless of success
David Heinemeier Hansson
2004-12-30
1
-6
/
+9
*
Switch dispatcher to use the new shared Dependencies approach
David Heinemeier Hansson
2004-12-29
5
-18
/
+5
*
Rearranging dependencies
David Heinemeier Hansson
2004-12-29
7
-127
/
+613
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@278 5ecf4fe2-1ee6-0...
David Heinemeier Hansson
2004-12-29
0
-0
/
+0
*
Moved support into Active Support
David Heinemeier Hansson
2004-12-29
9
-885
/
+57
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@276 5ecf4fe2-1ee6-0...
David Heinemeier Hansson
2004-12-29
1
-19
/
+0
*
Moved support files into Active Support
David Heinemeier Hansson
2004-12-29
6
-315
/
+0
*
Moved the cookies fix to cgi_ext
David Heinemeier Hansson
2004-12-29
2
-1
/
+122
*
Moved support from both Action Pack and Active Record into a separate module ...
David Heinemeier Hansson
2004-12-29
11
-0
/
+484
*
Added documentation for using render_with_layout
David Heinemeier Hansson
2004-12-29
1
-0
/
+16
*
Added Base.default_timezone accessor that determines whether to use Time.loca...
David Heinemeier Hansson
2004-12-28
4
-11
/
+28
*
Fixed that the const_missing autoload assumes the requested constant is set b...
David Heinemeier Hansson
2004-12-28
2
-2
/
+12
*
Added the possibility for adapters to overwrite add_limit! to implement a dif...
David Heinemeier Hansson
2004-12-28
3
-88
/
+53
*
Added ActionMailer::Base.deliver_method = :test to the test environment so th...
David Heinemeier Hansson
2004-12-23
2
-2
/
+3
*
Added ActionMailer::Base.raise_delivery_errors = false to the test environmen...
David Heinemeier Hansson
2004-12-23
2
-0
/
+3
*
Added :host and :protocol options to url_for and friends to redirect to anoth...
David Heinemeier Hansson
2004-12-23
3
-3
/
+22
*
WordNet not Nets
David Heinemeier Hansson
2004-12-23
1
-1
/
+1
*
Touched up wording on the new recommendation stuff for generate models
David Heinemeier Hansson
2004-12-23
2
-7
/
+7
*
Added protection for creating a model through the generators with a name of a...
David Heinemeier Hansson
2004-12-23
7
-5
/
+71
*
Ignore doc and pkg directories
David Heinemeier Hansson
2004-12-23
0
-0
/
+0
*
Releasing Rails 0.9.2
David Heinemeier Hansson
2004-12-22
6
-47
/
+50
*
Added scope option to validation_uniqueness #349 [Kent Sibilev]
David Heinemeier Hansson
2004-12-22
3
-2
/
+28
*
Added allow_nil options to validates_inclusion_of so that validation is only ...
David Heinemeier Hansson
2004-12-22
3
-1
/
+17
*
Added work-around for PostgreSQL and the problem of getting fixtures to be cr...
David Heinemeier Hansson
2004-12-22
2
-0
/
+21
*
Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fi...
David Heinemeier Hansson
2004-12-22
4
-5
/
+11
*
You should redirect externally on the default action
David Heinemeier Hansson
2004-12-22
1
-1
/
+1
*
Forgot to include the new session module
David Heinemeier Hansson
2004-12-22
1
-0
/
+14
*
Fixed mixin test and fixtures to work with postgresql #353 [Scott Baron]
David Heinemeier Hansson
2004-12-22
2
-10
/
+14
*
Added Base#clear_association_cache to empty all the cached associations #347 ...
David Heinemeier Hansson
2004-12-22
2
-0
/
+9
*
Added search through session to clear out association caches at the end of ea...
David Heinemeier Hansson
2004-12-22
2
-0
/
+5
*
Added more informative exception when using helper :some_helper and the helpe...
David Heinemeier Hansson
2004-12-22
3
-3
/
+17
*
Added more informative exceptions in establish_connection #356 [bitsweat]
David Heinemeier Hansson
2004-12-22
2
-4
/
+5
*
Fixed that options[:counter_sql] was overwritten with interpolated sql rather...
David Heinemeier Hansson
2004-12-22
2
-1
/
+4
*
Fixed that overriding an attribute's accessor would be disregarded by add_on_...
David Heinemeier Hansson
2004-12-22
2
-4
/
+12
*
Fixed CTRL-C exists from the Breakpointer to be a clean affair without error ...
David Heinemeier Hansson
2004-12-22
2
-1
/
+8
*
Fixed "rake stats" to work with sub-directories in models and controllers and...
David Heinemeier Hansson
2004-12-22
3
-7
/
+42
*
Fixed that Base.table_name would expect a parameter when used in has_and_belo...
David Heinemeier Hansson
2004-12-22
3
-8
/
+5
*
The dispatcher should reload the associations AFTER clearing the inheritable ...
David Heinemeier Hansson
2004-12-22
1
-1
/
+1
*
Fixed that nested transactions now work by letting the outer most transaction...
David Heinemeier Hansson
2004-12-22
4
-18
/
+20
*
Fixed validates_{confirmation,acceptance}_of to only happen when the virtual ...
David Heinemeier Hansson
2004-12-21
3
-8
/
+26
*
Added acts instead of mixins
David Heinemeier Hansson
2004-12-21
1
-2
/
+2
[next]