1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib
Xavier Noria ad912c08a9 use Zlib.crc2 rather that bytes.sum, as per Aaron's suggestion
That integer is rather irrelevant, the only thing that matters is that
it is consistent and with no apparent bias. Zlib.crc32 is 8-10 times
faster than bytes.sum, so use that.
2011-07-08 00:58:14 +02:00
..
abstract_controller use present tense on examples 2011-06-21 15:12:11 -04:00
action_controller Remove stream at the class level. 2011-07-06 20:24:30 -03:00
action_dispatch provide a more explicit message when using url_for with nil 2011-07-02 18:53:54 +02:00
action_pack Master version is 3.2.0.beta 2011-06-30 10:18:36 -03:00
action_view use Zlib.crc2 rather that bytes.sum, as per Aaron's suggestion 2011-07-08 00:58:14 +02:00
sprockets Move config.default_asset_host_protocol to the railtie. 2011-07-07 19:13:10 -03:00
abstract_controller.rb
action_controller.rb Restructure TemplateAssertions-related code to eliminate circular requires. 2011-05-22 23:13:44 -07:00
action_dispatch.rb Add ClosedError message to the initializer 2011-04-06 15:45:23 -03:00
action_pack.rb We're in 2011, let's update our license 2011-02-22 18:24:20 -02:00
action_view.rb Rename AV::Helpers::AssetPaths to AV::AssetPaths to solve autoload mess. 2011-06-21 11:24:05 -03:00