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 symbols as a legal way of specifying plugins in config.plugins (closes ...
David Heinemeier Hansson
2007-09-22
4
-11
/
+22
*
Added the possibility of using symbols in addition to concrete classes with A...
David Heinemeier Hansson
2007-09-22
2
-3
/
+7
*
Fix test (closes #9618)
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Changelog fix (closes #9610) [tzaharia]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Import the right database for testing (closes #9589) [lawrence]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Test CGI::Cookie#to_s. Closes #9624 [tarmo]
Jeremy Kemper
2007-09-22
1
-0
/
+27
*
Fix buffer
David Heinemeier Hansson
2007-09-22
1
-0
/
+1
*
Fix tests for atom feed
David Heinemeier Hansson
2007-09-21
1
-21
/
+21
*
Increase test coverage (closes #8699, #8700) [josh]
David Heinemeier Hansson
2007-09-21
2
-11
/
+32
*
Added the :all option to config.plugins thatll include the rest of the plugin...
David Heinemeier Hansson
2007-09-21
6
-9
/
+69
*
Removed deprecated task names, like clear_logs, in favor of the new namespace...
David Heinemeier Hansson
2007-09-21
1
-53
/
+0
*
Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH]
David Heinemeier Hansson
2007-09-21
3
-0
/
+214
*
[html-scanner] Fix parsing of empty tags. Closes #7641. [anthony.bailey]
Michael Koziarski
2007-09-21
2
-0
/
+23
*
Forgotten changelog entry
Michael Koziarski
2007-09-21
1
-0
/
+2
*
Prevent clashing named routes when using uncountable resources. Closes #9598
Michael Koziarski
2007-09-21
1
-2
/
+12
*
Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an impro...
David Heinemeier Hansson
2007-09-21
4
-37
/
+37
*
Submit missing fixture files
David Heinemeier Hansson
2007-09-21
2
-0
/
+5
*
Don't warn when a path segment precedes a required segment. Closes #9615.
Nicholas Seckar
2007-09-21
2
-1
/
+7
*
Fixed CaptureHelper#content_for to work with the optional content parameter i...
David Heinemeier Hansson
2007-09-21
3
-4
/
+30
*
Stress that you should really install the C-based MySQL library when running ...
David Heinemeier Hansson
2007-09-20
2
-1
/
+6
*
Added that render :json will automatically call .to_json unless its being pas...
David Heinemeier Hansson
2007-09-20
3
-2
/
+34
*
Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu...
David Heinemeier Hansson
2007-09-20
9
-53
/
+160
*
Added ActiveResource.format= which defaults to :xml but can also be set to :j...
David Heinemeier Hansson
2007-09-20
9
-28
/
+182
*
Updated some docs to reference the latest and greatest and played style nazi ...
David Heinemeier Hansson
2007-09-20
4
-17
/
+29
*
Autolink behaves well with emails embedded in URLs. Closes #7313.
Jeremy Kemper
2007-09-20
3
-5
/
+20
*
Revert [7397]. Reopens #7313.
Jeremy Kemper
2007-09-20
2
-15
/
+5
*
Fixed that default layouts did not take the format into account #9564 [lifofifo]
David Heinemeier Hansson
2007-09-18
4
-3
/
+35
*
ERB::Util#html_escape creates fewer objects
Jeremy Kemper
2007-09-18
1
-0
/
+10
*
tag_options creates fewer objects
Jeremy Kemper
2007-09-18
2
-15
/
+18
*
Stop users from calling .create on a has_many / habtm association when the ow...
Michael Koziarski
2007-09-18
4
-7
/
+53
*
Define dynamic finders as real methods after first usage. Close #9317
Tobias Lütke
2007-09-18
3
-28
/
+74
*
Deprecation: remove deprecated threaded_connections methods. Use allow_concur...
Jeremy Kemper
2007-09-18
2
-10
/
+2
*
Deprecation: remove deprecated :mday option from Time, Date, and DateTime#cha...
Jeremy Kemper
2007-09-18
4
-7
/
+9
*
Support multiple config.after_initialize blocks so plugins and apps can more ...
Jeremy Kemper
2007-09-18
3
-13
/
+79
*
Fix JSON decoder with nested quotes and commas. Closes #9579.
Jeremy Kemper
2007-09-17
3
-4
/
+13
*
Hash#to_xml doesn't double-unescape. Closes #8806.
Jeremy Kemper
2007-09-17
3
-9
/
+31
*
Associations macros accept extension blocks alongside modules. Closes #9346.
Jeremy Kemper
2007-09-17
4
-7
/
+25
*
Don't worry about retrieving the last inserted id. [tarmo_t]
Jeremy Kemper
2007-09-17
1
-1
/
+1
*
Added security notice to Request#remote_ip underlining the fact that its valu...
David Heinemeier Hansson
2007-09-17
1
-0
/
+8
*
Disable optimisation code for UrlWriter as request.host doesn't make sense th...
Michael Koziarski
2007-09-17
5
-12
/
+47
*
Ensure that custom mutators aren't redefined by define_attribute_methods. [Koz]
Michael Koziarski
2007-09-17
3
-3
/
+23
*
Speed up and simplify query caching.
Jeremy Kemper
2007-09-17
15
-238
/
+218
*
connection.select_rows 'sql' returns an array (rows) of arrays (field values)...
Jeremy Kemper
2007-09-16
8
-9
/
+91
*
Typo
Jeremy Kemper
2007-09-16
1
-1
/
+1
*
Avoid RDoc warning
David Heinemeier Hansson
2007-09-15
1
-1
/
+1
*
Eager loading respects explicit :joins. Closes #9496.
Jeremy Kemper
2007-09-15
3
-1
/
+8
*
Extract Firebird, FronBase, and OpenBase adapters into gems. Closes #9508, #9...
Jeremy Kemper
2007-09-15
4
-2050
/
+2
*
RubyGem database adapters: expects a gem named activerecord-<database>-adapte...
Jeremy Kemper
2007-09-15
2
-3
/
+21
*
Missing file from previous patch
David Heinemeier Hansson
2007-09-15
1
-0
/
+12
*
Added db:drop:all to drop all databases declared in config/database.yml [DHH]
David Heinemeier Hansson
2007-09-15
2
-11
/
+24
[prev]
[next]