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
*
Dont define respond_to? lookups for primary key
David Heinemeier Hansson
2004-12-19
1
-0
/
+1
*
FormHelper should only use *_before_type_cast if they available on the model
David Heinemeier Hansson
2004-12-19
2
-1
/
+6
*
Changed the interface on AbstractAdapter to require that adapters return the ...
David Heinemeier Hansson
2004-12-19
8
-14
/
+39
*
Added that query benchmarking will only happen if its going to be logged anyw...
David Heinemeier Hansson
2004-12-19
2
-1
/
+3
*
Reworded a few doc things for better comprehension [dblack]
David Heinemeier Hansson
2004-12-19
1
-3
/
+3
*
Fixed small doc bug [dblack]
David Heinemeier Hansson
2004-12-19
1
-1
/
+1
*
Fixed that textilize and markdown would instantiate their engines even on emp...
David Heinemeier Hansson
2004-12-19
2
-2
/
+4
*
Added graceful handling of an inaccessible log file by redirecting output to ...
David Heinemeier Hansson
2004-12-19
3
-3
/
+25
*
Updated the documentation #329 [rainmkr]
David Heinemeier Hansson
2004-12-19
1
-5
/
+5
*
Added higher_item and lower_item as public methods for acts_as_list #342 [Tob...
David Heinemeier Hansson
2004-12-19
9
-81
/
+200
*
Added documentation for automatic layout inclusion #328 [Marcel]
David Heinemeier Hansson
2004-12-19
1
-0
/
+9
*
Added support for a -h/--help parameter in the generator #331 [Ulysses]
David Heinemeier Hansson
2004-12-19
2
-0
/
+4
*
Added breakpoints to stand-alone Active Record, so we can use them in tests f...
David Heinemeier Hansson
2004-12-19
2
-0
/
+606
*
Set a high default salary within the validation range
David Heinemeier Hansson
2004-12-19
5
-5
/
+5
*
Added Developer#salary for the type tests
David Heinemeier Hansson
2004-12-19
5
-2
/
+5
*
Added respondence to *_before_type_cast for all attributes to return their st...
David Heinemeier Hansson
2004-12-19
11
-22
/
+55
*
Added Request#port_string to get something like ":8080" back on 8080 and "" o...
David Heinemeier Hansson
2004-12-18
4
-7
/
+34
*
Added Request#domain (returns string) and Request#subdomains (returns array).
David Heinemeier Hansson
2004-12-18
3
-0
/
+42
*
Fixed the automated timestamping feature when running under Rails' developmen...
David Heinemeier Hansson
2004-12-18
3
-6
/
+20
*
Added POST support for the breakpoint retries, so form processing that raises...
David Heinemeier Hansson
2004-12-18
2
-1
/
+17
*
Base#update_attribute isnt subject to validation
David Heinemeier Hansson
2004-12-18
2
-4
/
+5
*
Made Base#update_attributes actually work
David Heinemeier Hansson
2004-12-18
1
-1
/
+1
*
File.expand_path in config/environment.rb would fail when dealing with symlin...
David Heinemeier Hansson
2004-12-18
3
-2
/
+7
*
Added Base#update_attributes that'll accept a hash of attributes and save the...
David Heinemeier Hansson
2004-12-17
2
-1
/
+18
*
Added Base.destroy and Base.delete to remove records without holding a refere...
David Heinemeier Hansson
2004-12-17
3
-7
/
+38
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@205 5ecf4fe2-1ee6-0...
David Heinemeier Hansson
2004-12-17
1
-0
/
+1
*
Tagged the 0.9.1 release
David Heinemeier Hansson
2004-12-17
1
-2
/
+2
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@203 5ecf4fe2-1ee6-0...
David Heinemeier Hansson
2004-12-17
1
-1
/
+1
*
Upgraded to Action Pack 1.0.1 for important bug fix. Updated gem dependencies.
David Heinemeier Hansson
2004-12-17
3
-4
/
+12
*
Fixed a bug that would cause an ApplicationController to require itself three...
David Heinemeier Hansson
2004-12-17
3
-5
/
+11
*
Cut down on the documentation visible
David Heinemeier Hansson
2004-12-16
1
-11
/
+10
*
Fixed a small bug in the new referencing of DEFAULT_SESSION_OPTIONS
David Heinemeier Hansson
2004-12-16
1
-1
/
+1
*
Rails 0.9 is a reality
David Heinemeier Hansson
2004-12-16
7
-7
/
+7
*
Made the last tweaks before 0.9
David Heinemeier Hansson
2004-12-16
7
-66
/
+135
*
Updated documentation
David Heinemeier Hansson
2004-12-16
2
-1
/
+45
*
Updated documentation
David Heinemeier Hansson
2004-12-16
1
-21
/
+30
*
Updated documentation
David Heinemeier Hansson
2004-12-16
12
-53
/
+80
*
Updated and added more documentation
David Heinemeier Hansson
2004-12-16
5
-69
/
+74
*
Added Base.validates_inclusion_of
David Heinemeier Hansson
2004-12-16
3
-30
/
+201
*
Improving documentation...
David Heinemeier Hansson
2004-12-16
6
-202
/
+163
*
Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixi...
David Heinemeier Hansson
2004-12-16
9
-30
/
+106
*
Only requests that require processing from a controller should block the webr...
David Heinemeier Hansson
2004-12-16
1
-3
/
+2
*
Needed to update the server root for the new placement
David Heinemeier Hansson
2004-12-16
1
-1
/
+1
*
Renamed script/envcon to script/console
David Heinemeier Hansson
2004-12-16
3
-7
/
+7
*
Renamed public/dispatch.servlet to script/server -- it wasn't really dispatch...
David Heinemeier Hansson
2004-12-16
5
-9
/
+7
*
Renamed breakpointing to breakpointer
David Heinemeier Hansson
2004-12-16
3
-2
/
+2
*
Added option for turning off the automated timestamps
David Heinemeier Hansson
2004-12-16
3
-11
/
+26
*
Added assumption that a Symbol-based scope should end in _id unless it does s...
David Heinemeier Hansson
2004-12-16
3
-9
/
+20
*
Added assumption that a Symbol-based scope should end in _id unless it does s...
David Heinemeier Hansson
2004-12-16
2
-2
/
+1
*
Make it possible to use a regular scope string in addition to the symbol shor...
David Heinemeier Hansson
2004-12-16
1
-1
/
+5
[next]