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 that render :partial would fail when :object was a Hash (due to backwar...
David Heinemeier Hansson
2005-09-09
6
-3
/
+18
*
Fixed JavascriptHelper#auto_complete_for to only include unique items #2153 [...
David Heinemeier Hansson
2005-09-09
3
-1
/
+7
*
Fixed that onclick would be overridden even when special features werent used
David Heinemeier Hansson
2005-09-08
2
-0
/
+6
*
Added documentation for #1904
David Heinemeier Hansson
2005-09-08
1
-0
/
+15
*
Fixed all AssetHelper methods to work with relative paths, such that javascri...
David Heinemeier Hansson
2005-09-08
3
-1
/
+4
*
Fixed a broken test
David Heinemeier Hansson
2005-09-08
1
-1
/
+1
*
An explicit include ClassInheritableAttributes is no longer needed #1948 [Cal...
David Heinemeier Hansson
2005-09-08
3
-6
/
+0
*
Fixed that Active Record would call SHOW FIELDS twice (or more) for the same ...
David Heinemeier Hansson
2005-09-08
2
-2
/
+4
*
Avoid extending view instance with helper modules each request. Closes #1979
Nicholas Seckar
2005-09-08
3
-18
/
+18
*
Performance improvements to CGI methods. Closes #1980
Nicholas Seckar
2005-09-08
3
-9
/
+15
*
Use this.href, not unexisting url
David Heinemeier Hansson
2005-09-07
2
-2
/
+2
*
Added :post option to UrlHelper#link_to that makes it possible to do POST req...
David Heinemeier Hansson
2005-09-07
3
-21
/
+61
*
Symbolize the keys of overwritten parameters. Really closes #1909.
Nicholas Seckar
2005-09-07
1
-1
/
+1
*
Fix overwrite params. Closes #1909
Nicholas Seckar
2005-09-06
3
-0
/
+16
*
Give AR the new benchmark method too
David Heinemeier Hansson
2005-09-06
1
-5
/
+8
*
Fix fragment benchmark calls and limit timings to 5 decimals
David Heinemeier Hansson
2005-09-06
3
-6
/
+6
*
Only do benchmarking if log level matches and log caching
David Heinemeier Hansson
2005-09-06
2
-20
/
+31
*
Added use_silence parameter to ActiveRecord::Base.benchmark that can be passe...
David Heinemeier Hansson
2005-09-06
4
-7
/
+41
*
Dont encode the default subject for the test cases since they are within the ...
David Heinemeier Hansson
2005-09-06
1
-1
/
+1
*
Make the default stats task extendable by modifying the STATS_DIRECTORIES con...
Jamis Buck
2005-09-05
2
-9
/
+13
*
Allow the selected environment to define RAILS_DEFAULT_LOGGER, and have Rails...
Jamis Buck
2005-09-05
2
-1
/
+6
*
Updated vendor copy of html-scanner to support better xml parsing
Jamis Buck
2005-09-05
3
-3
/
+6
*
Fix vendor require paths to prevent files being required twice
Jamis Buck
2005-09-05
3
-3
/
+5
*
Added :popup option to UrlHelper#link_to #1996 [gabriel.gironda@gmail.com]
David Heinemeier Hansson
2005-09-04
3
-3
/
+54
*
Get rid of that silly lock
David Heinemeier Hansson
2005-09-04
1
-1
/
+1
*
Silence logger initialization
David Heinemeier Hansson
2005-09-03
3
-3
/
+7
*
Updated the options_for_select to deal with the fact that Strings now impleme...
David Heinemeier Hansson
2005-09-03
1
-1
/
+1
*
Fix mocks dir
David Heinemeier Hansson
2005-09-03
1
-1
/
+1
*
Fix the spot looking for migrations
David Heinemeier Hansson
2005-09-03
1
-1
/
+1
*
Fix the spot looking for migrations
David Heinemeier Hansson
2005-09-03
1
-1
/
+1
*
Talk about whats missing
David Heinemeier Hansson
2005-09-03
1
-0
/
+4
*
Also configure template view path
David Heinemeier Hansson
2005-09-03
1
-0
/
+21
*
Proper clean rakefile
David Heinemeier Hansson
2005-09-03
1
-1
/
+1
*
Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...
David Heinemeier Hansson
2005-09-03
13
-311
/
+396
*
You will never sleep again!
David Heinemeier Hansson
2005-09-03
1
-1
/
+1
*
Added note about how pre-packaged error functionality can be easier to recrea...
David Heinemeier Hansson
2005-09-03
1
-0
/
+4
*
Fixed the scaffold generator to fail right away if the database isn't accessi...
David Heinemeier Hansson
2005-09-03
2
-24
/
+26
*
Added String#at, String#from, String#to, String#first, String#last in ActiveS...
David Heinemeier Hansson
2005-09-03
6
-68
/
+229
*
Use chop! instead of chop! for efficiency
Jamis Buck
2005-09-02
1
-1
/
+1
*
Drop trailing \000 if present on RAW_POST_DATA (works around bug in Safari Aj...
Jamis Buck
2005-09-02
2
-1
/
+5
*
Make sure the schema_info table is created before querying the current versio...
Jamis Buck
2005-09-02
2
-0
/
+3
*
Fix observe_field to fall back to event-based observation if frequency <= 0 #...
Jamis Buck
2005-09-02
2
-4
/
+7
*
* Allow use of the :with option for submit_to_remote #1936 [jon@instance-desi...
Jamis Buck
2005-09-02
2
-1
/
+3
*
Fixtures ignore table name prefix and suffix #1987 [Jakob S]
Jamis Buck
2005-09-02
3
-1
/
+43
*
Add documentation for index_type argument to add_index method for migrations ...
Jamis Buck
2005-09-02
2
-1
/
+3
*
Corrected project-local generator location in scripts.rb #2010 [Michael Schue...
Jamis Buck
2005-09-02
2
-1
/
+3
*
AbstractRequest#domain returns nil when host is an ip address #2012 [kevin.cl...
Jamis Buck
2005-09-02
3
-0
/
+7
*
Fix documentation for mailer generator
David Heinemeier Hansson
2005-09-02
1
-3
/
+2
*
Modify read_attribute to allow a symbol argument #2024 [Ken Kunz]
Jamis Buck
2005-09-02
3
-2
/
+15
*
ActionController documentation update #2051 [fbeausoleil@ftml.net]
Jamis Buck
2005-09-01
2
-3
/
+7
[next]