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
*
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
*
Fixed the default button name on forms generated with form
David Heinemeier Hansson
2004-12-12
1
-3
/
+6
*
Superseeded by rails_generator.rb
David Heinemeier Hansson
2004-12-12
1
-115
/
+0
*
Added option to ERB templates to swallow newlines by using <% if something -%...
David Heinemeier Hansson
2004-12-12
2
-1
/
+33
*
Remember to include the right breakpoint for the docs
David Heinemeier Hansson
2004-12-12
1
-1
/
+1
*
Differentiate breakpointing on gem or not in an attempt to fix looping problems
David Heinemeier Hansson
2004-12-12
3
-7
/
+6
*
No longer needed to explicitly pass the session defaults as the error screen ...
David Heinemeier Hansson
2004-12-12
1
-1
/
+1
*
Fixed CgiRequest so that it'll now accept session options with Symbols as key...
David Heinemeier Hansson
2004-12-12
3
-3
/
+15
*
Added that render_partial will always by default include a counter with value...
David Heinemeier Hansson
2004-12-12
1
-1
/
+8
*
Fixed CgiRequest#out to fall back to #write if doesn't have #syswrite [bitsw...
David Heinemeier Hansson
2004-12-12
2
-4
/
+12
*
Fixed all helpers so that they use XHTML compliant double quotes for values i...
David Heinemeier Hansson
2004-12-12
6
-45
/
+46
*
Use lower-case post instead of POST as form method for XHTML compliance #290 ...
David Heinemeier Hansson
2004-12-12
3
-9
/
+9
*
Fix breakpointing by differenciating between gem and not
David Heinemeier Hansson
2004-12-10
1
-1
/
+7
*
Mailer generator should create passing tests
David Heinemeier Hansson
2004-12-10
3
-7
/
+5
*
Fixed problem with cookies not being set to path=/ by default and a test bugg...
David Heinemeier Hansson
2004-12-10
2
-4
/
+5
*
Options for the new validation methods are now given as a hash
David Heinemeier Hansson
2004-12-10
3
-12
/
+28
*
Added Base.validate_uniqueness thatv alidates whether the value of the specif...
David Heinemeier Hansson
2004-12-10
6
-6
/
+73
*
Added Base.validate_presence as an alternative to implementing validate and d...
David Heinemeier Hansson
2004-12-10
3
-24
/
+81
*
Set border on link_to_image to 0 by default
David Heinemeier Hansson
2004-12-10
1
-0
/
+8
*
Added link_to_image(src, options = {}, html_options = {}, *parameters_for_met...
David Heinemeier Hansson
2004-12-09
3
-0
/
+65
*
Fixed a few issues for the breakpointing
David Heinemeier Hansson
2004-12-09
3
-2
/
+3
*
Added breakpoint retries on rescue screens
David Heinemeier Hansson
2004-12-09
2
-0
/
+26
*
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
[next]