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
...
*
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
*
Fixed regression with Base#reset_session that wouldn't use the the DEFAULT_SE...
David Heinemeier Hansson
2004-12-21
2
-1
/
+3
*
Fixed error rendering of rxml documents to not just swallow the exception and...
David Heinemeier Hansson
2004-12-21
2
-8
/
+9
*
Deal with associated classes that doesnt reside in their own files
David Heinemeier Hansson
2004-12-20
1
-1
/
+7
*
Checked in the proper version of const_missing
David Heinemeier Hansson
2004-12-20
1
-17
/
+17
*
Forgot a "or" in Inflector
David Heinemeier Hansson
2004-12-20
1
-1
/
+1
*
Switched strategy on the id_before_type_cast problem and just did an explicit...
David Heinemeier Hansson
2004-12-20
1
-1
/
+5
*
Added a require_association hook on const_missing that makes it possible to u...
David Heinemeier Hansson
2004-12-20
4
-3
/
+43
*
Pulling attributes_from_column_definition should set the primary id to nil in...
David Heinemeier Hansson
2004-12-19
1
-1
/
+1
*
Scrap that
David Heinemeier Hansson
2004-12-19
1
-1
/
+0
*
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
[prev]
[next]