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
*
Added Base.default_error_messages as a hash of all the error messages used in...
David Heinemeier Hansson
2004-12-15
2
-9
/
+24
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@172 5ecf4fe2-1ee6-0...
David Heinemeier Hansson
2004-12-15
1
-0
/
+0
*
Added automatic transaction block around AssociationCollection.<<, Associatio...
David Heinemeier Hansson
2004-12-15
2
-8
/
+19
*
Moved generate to bin and included it again
David Heinemeier Hansson
2004-12-15
2
-8
/
+1
*
Removed redundent tests for success and removed the tests for missing records...
David Heinemeier Hansson
2004-12-15
1
-30
/
+0
*
Generators shouldnt be placed in a new Rails creation by default
David Heinemeier Hansson
2004-12-15
1
-2
/
+1
*
Fixed DateHelper#date_select so that you can pass include_blank as an option ...
David Heinemeier Hansson
2004-12-15
3
-1
/
+148
*
Added Base.validates_boundries_of that delegates to add_on_boundary_breaking ...
David Heinemeier Hansson
2004-12-15
3
-32
/
+64
*
Make Railties *not* include .svn dirs in its gemspec files list #308 [Marcel]
David Heinemeier Hansson
2004-12-15
1
-1
/
+1
*
Fixed that Base#find will return an array if given an array -- regardless of ...
David Heinemeier Hansson
2004-12-15
3
-2
/
+11
*
Documented select, collection_select, and country_select #304 [Ulysses]
David Heinemeier Hansson
2004-12-15
1
-3
/
+13
*
Insignificante...
David Heinemeier Hansson
2004-12-15
2
-1
/
+2
*
Updated examples to use ApplicationController instead of AbstractApplicationC...
David Heinemeier Hansson
2004-12-15
1
-7
/
+10
*
Added that controllers will now search for a layout in $template_root/layouts...
David Heinemeier Hansson
2004-12-15
1
-1
/
+15
*
Renamed AbstractApplicationController and abstract_application.rb to Applicat...
David Heinemeier Hansson
2004-12-15
7
-10
/
+12
*
Brought unit tests up to date
David Heinemeier Hansson
2004-12-15
2
-16
/
+13
*
Changed validate_* to validates_*_of, so validate_acceptance becomes validate...
David Heinemeier Hansson
2004-12-15
3
-71
/
+41
*
Added tree mixin and unit tests for all the mixins
David Heinemeier Hansson
2004-12-15
15
-16
/
+271
*
Wrapped multi-step operations in transactions
David Heinemeier Hansson
2004-12-14
1
-16
/
+22
*
fixtures :models will now also attempt to include the model.rb file
David Heinemeier Hansson
2004-12-14
1
-1
/
+0
*
fixtures :models will now also attempt to include the model.rb file
David Heinemeier Hansson
2004-12-14
3
-4
/
+12
*
Fixed that has_and_belongs_to_many would generate bad sql when naming convent...
David Heinemeier Hansson
2004-12-14
2
-4
/
+6
*
Added FormHelper#radio_button to work with radio buttons like its already pos...
David Heinemeier Hansson
2004-12-14
3
-0
/
+35
*
This patch allows urls to be of the form :module/:controller/:action as well ...
David Heinemeier Hansson
2004-12-14
1
-1
/
+10
*
Added a better exception for when a type column is used in a table without th...
David Heinemeier Hansson
2004-12-14
6
-16
/
+59
*
Cut dependency on dev-utils by using included breakpoint lib
David Heinemeier Hansson
2004-12-13
4
-11
/
+3
*
Slightly less overzealous testing
David Heinemeier Hansson
2004-12-13
1
-7
/
+1
*
Improved the quality of the breakpointing -- especially under FCGI
David Heinemeier Hansson
2004-12-13
2
-5
/
+8
*
Added TemplateError#backtrace that makes it much easier to debug template err...
David Heinemeier Hansson
2004-12-13
2
-3
/
+12
*
Extended no inclusion of messages if theyre nil to base
David Heinemeier Hansson
2004-12-13
1
-1
/
+3
*
Fixed bug with reloading associations
David Heinemeier Hansson
2004-12-13
1
-1
/
+1
*
Added the option of passing false to :module or :controller_prefix in order t...
David Heinemeier Hansson
2004-12-13
3
-5
/
+29
*
Updated unit tests to reflect lowercase post as method in form tags
David Heinemeier Hansson
2004-12-13
1
-3
/
+3
*
Moved methods into the main body as only wiring is needed in append_features
David Heinemeier Hansson
2004-12-13
1
-9
/
+7
*
Fixed that every successive call on the sqlite adapter prepended RAILS_ROOT a...
David Heinemeier Hansson
2004-12-12
1
-1
/
+1
*
Cleaner deactivation of the breakpoint server
David Heinemeier Hansson
2004-12-12
2
-2
/
+10
*
Fixed a pattern for module loading
David Heinemeier Hansson
2004-12-12
2
-2
/
+5
*
Breakpointing that works much better with CGI and FCGI
David Heinemeier Hansson
2004-12-12
3
-87
/
+98
*
Added the possibility of marking fields as being in error without adding a me...
David Heinemeier Hansson
2004-12-12
1
-2
/
+2
*
Added collusion handling for FCGI
David Heinemeier Hansson
2004-12-12
2
-14
/
+20
*
Added confirmations on successfull connections and resumations
David Heinemeier Hansson
2004-12-12
1
-3
/
+21
*
Attempted to capture #286 in a unit test, but couldnt get it to fail
David Heinemeier Hansson
2004-12-12
3
-1
/
+13
*
Reload the cached column information between requests when the ActionControll...
David Heinemeier Hansson
2004-12-12
1
-2
/
+2
*
Added methods for resetting the cached information on classes that you want t...
David Heinemeier Hansson
2004-12-12
1
-5
/
+10
*
Added pattern for specific actions in a modularized controller
David Heinemeier Hansson
2004-12-12
1
-0
/
+2
*
Only start the breakpoint server when included by dispatchers
David Heinemeier Hansson
2004-12-12
1
-1
/
+1
*
No longer necessary to guard against reincludes with the new reset of inherit...
David Heinemeier Hansson
2004-12-12
2
-2
/
+2
*
Turn off ACL for localhost
David Heinemeier Hansson
2004-12-12
1
-1
/
+1
*
Moved require_association to associations.rb and added methods for resetting ...
David Heinemeier Hansson
2004-12-12
9
-55
/
+59
*
Display error messages on scaffolded form pages
David Heinemeier Hansson
2004-12-12
4
-0
/
+4
[next]