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 preliminary remote breakpoint support
David Heinemeier Hansson
2004-12-09
8
-20
/
+750
*
Updated the usage documentation for the generator actions for their new home
David Heinemeier Hansson
2004-12-09
6
-43
/
+51
*
Tidied up Fixtures for better readability and some error checking [bitsweat]
David Heinemeier Hansson
2004-12-09
2
-42
/
+61
*
Fixed TIMESTAMP columns broken due to TIME handling patch
David Heinemeier Hansson
2004-12-09
1
-11
/
+15
*
Fixed Base.errors to be indifferent as to whether strings or symbols are used.
David Heinemeier Hansson
2004-12-09
3
-15
/
+47
*
Added Base.validate_confirmation that encapsulates the pattern of wanting to ...
David Heinemeier Hansson
2004-12-09
3
-9
/
+51
*
Changed the Proc for a string to avoid repetition problems
David Heinemeier Hansson
2004-12-09
1
-5
/
+3
*
Added Base.validate_confirmation that encapsulates the pattern of wanting to ...
David Heinemeier Hansson
2004-12-09
3
-4
/
+70
*
Added validation macros to make the stackable just like the lifecycle callbacks
David Heinemeier Hansson
2004-12-09
3
-2
/
+69
*
We need to pass the name when deleting the cookie
David Heinemeier Hansson
2004-12-09
1
-1
/
+1
*
Added CookieJar#delete and fixed CookieJar[] to just call first, so you get a...
David Heinemeier Hansson
2004-12-09
2
-1
/
+8
*
A fix that actually works...
David Heinemeier Hansson
2004-12-08
1
-1
/
+1
*
Callbacks added to the inheritable que should only be called once -- even as ...
David Heinemeier Hansson
2004-12-08
1
-1
/
+1
*
scope_condition defaults to 1 on list mixin
David Heinemeier Hansson
2004-12-08
1
-3
/
+3
*
Added mixins to install.rb
David Heinemeier Hansson
2004-12-08
1
-1
/
+3
*
Cleaned up the class_eval stuff in the new mixins a bit
David Heinemeier Hansson
2004-12-08
2
-9
/
+8
*
Forgot to include Mixins::Touch by default
David Heinemeier Hansson
2004-12-08
1
-0
/
+1
*
Added ActiveRecord::Mixins::Touch that will record creation and update times ...
David Heinemeier Hansson
2004-12-08
2
-1
/
+50
*
Added ActiveRecord::Mixins::List that can decorates an existing class with me...
David Heinemeier Hansson
2004-12-08
2
-1
/
+16
*
Renamed from ListMixin and mixins/list_mixin.rb to Mixins::List and mixin/lis...
David Heinemeier Hansson
2004-12-08
3
-154
/
+157
*
Unofficially added ListMixin
David Heinemeier Hansson
2004-12-08
1
-0
/
+154
*
Fixed to_input_field_tag so it no longer explicitly uses InstanceTag.value if...
David Heinemeier Hansson
2004-12-08
1
-2
/
+4
*
Killed the out of place alias and made sure you can use the different HTTP me...
David Heinemeier Hansson
2004-12-08
2
-6
/
+17
*
Only nuke the AbstractApplicationController if its available
David Heinemeier Hansson
2004-12-08
1
-1
/
+1
*
Added named bind-style variable interpolation #281 [Michael Koziarski]
David Heinemeier Hansson
2004-12-08
3
-6
/
+60
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@77 5ecf4fe2-1ee6-03...
David Heinemeier Hansson
2004-12-08
1
-1
/
+0
*
Updated Builder to 1.2.2
David Heinemeier Hansson
2004-12-08
1
-1
/
+4
*
Added the option for sanitizing find_by_sql and the offset parts in regular f...
David Heinemeier Hansson
2004-12-07
3
-5
/
+50
*
Forgot another small change with the new generators
David Heinemeier Hansson
2004-12-07
1
-0
/
+1
*
Forgot a small change with the new generators
David Heinemeier Hansson
2004-12-07
1
-0
/
+2
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@72 5ecf4fe2-1ee6-03...
David Heinemeier Hansson
2004-12-07
1
-12
/
+13
*
New error checking removes the necessity for giving a specific error page alo...
David Heinemeier Hansson
2004-12-07
1
-1
/
+1
*
Fixed value quoting in all generated SQL statements, so that integers are not...
David Heinemeier Hansson
2004-12-07
10
-51
/
+71
*
Fixed has_and_belongs_to_many guessing of foreign key so that keys are genera...
David Heinemeier Hansson
2004-12-07
2
-1
/
+4
*
Added counter_sql option for has_many associations [bitsweat]
David Heinemeier Hansson
2004-12-07
6
-43
/
+69
*
Added the possibility of having validate be protected for assert_(in)valid_co...
David Heinemeier Hansson
2004-12-07
3
-7
/
+10
*
Trick tests on url_for
David Heinemeier Hansson
2004-12-07
1
-0
/
+9
*
Fixed that methods wrapped in callbacks still return their original result #2...
David Heinemeier Hansson
2004-12-07
2
-25
/
+32
*
Make the dispatch.rb behave after being run by the WEBrick dispatcher
David Heinemeier Hansson
2004-12-07
1
-1
/
+1
*
Added a better generator for scaffolding that actually creates the code, so i...
David Heinemeier Hansson
2004-12-07
36
-112
/
+706
*
Added that ActiveRecordHelper#form now calls url_for on the :action option.
David Heinemeier Hansson
2004-12-07
3
-4
/
+6
*
Fixed a bug with the HEAD stuff
David Heinemeier Hansson
2004-12-07
1
-1
/
+1
*
Fixed the Inflector to handle the movie/movies pair correctly #261 [Scott Baron]
David Heinemeier Hansson
2004-12-07
4
-0
/
+5
*
Documentation bugs
David Heinemeier Hansson
2004-12-07
1
-2
/
+2
*
Added all the HTTP methods as alternatives to the generic "process" for funct...
David Heinemeier Hansson
2004-12-07
3
-2
/
+54
*
Added indifference to whether @headers["Content-Type"], @headers["Content-typ...
David Heinemeier Hansson
2004-12-07
3
-5
/
+18
*
Added bind-style variable interpolation for the condition arrays that uses th...
David Heinemeier Hansson
2004-12-07
3
-11
/
+32
*
Added CSV format for fixtures #272 [what-a-day]
David Heinemeier Hansson
2004-12-07
2
-36
/
+145
*
Added access to custom headers, like cc, bcc, and reply-to #268 [Andreas Schw...
David Heinemeier Hansson
2004-12-07
2
-10
/
+33
*
Fixed fixtures using primary key fields called something else than "id" #270 ...
David Heinemeier Hansson
2004-12-06
2
-1
/
+3
[next]