Commit Graph

7996 Commits

Author SHA1 Message Date
Vishnu Atrai
8fbb44787e remove more conditions for Fiber available in ruby19 2011-12-31 01:22:40 +05:30
Aaron Patterson
5681f79f64 be explicit about where helpers are installed 2011-12-30 10:02:49 -08:00
Aaron Patterson
e43b2b35c7 just add the writer rather than adding both and removing one 2011-12-29 16:07:07 -08:00
Aaron Patterson
87dd62ab2e stop using __send__ and just module eval in the extensions 2011-12-29 14:38:02 -08:00
Aaron Patterson
cd97d0b5b7 we know the classes will be a list, so *tell* it to respond to each
rather than casting
2011-12-29 14:38:01 -08:00
Aaron Patterson
fb3e09a877 don't need the begin / end 2011-12-29 14:38:01 -08:00
Aaron Patterson
72c290ca15 avoid extra method calls by just defining the delegate 2011-12-29 14:38:01 -08:00
grentis
8a130edb0f content_for with flush parameter 2011-12-29 21:59:55 +01:00
Aaron Patterson
0035c54e2f don't use instance eval, just reference variables so we don't have to
worry about "inspect" marshalling
2011-12-29 10:25:58 -08:00
Vijay Dev
04d308a03b Merge branch 'master' of github.com:lifo/docrails 2011-12-29 23:35:45 +05:30
Aaron Patterson
88aeeee288 removing dead code. 2011-12-29 09:52:18 -08:00
Vijay Dev
1fc6036b4b revise some doc changes 2011-12-29 22:58:57 +05:30
Aaron Patterson
c0904e47f2 decouple initialize from clear!. Initialize ivars in initialize, clear
ivars in clear!
2011-12-29 09:06:34 -08:00
Aaron Patterson
25b10f4c1c modules don't have any instance methods 2011-12-29 09:02:54 -08:00
Aaron Patterson
afd9512c0b simplify sweep now that discard and flashes are in sync 2011-12-28 18:39:39 -08:00
Aaron Patterson
bdfd11e6da mutations on the underlying hash should also mutate the discard set 2011-12-28 18:33:44 -08:00
Aaron Patterson
dea160266f rename @used to something a bit more meaningful 2011-12-28 18:25:36 -08:00
Aaron Patterson
ffad4927b1 mutations can't be done without the consent of our proxy object. This
is one benefit of choosing composition over inheritance.
2011-12-28 18:21:35 -08:00
Aaron Patterson
21df2bfc4a again, use Set#subtract 2011-12-28 17:39:51 -08:00
Aaron Patterson
ea35967524 Use Set#subtract and Set#merge for keeping track of used / unused keys 2011-12-28 17:35:45 -08:00
Aaron Patterson
b88a181b7f fix method visibility 2011-12-28 17:22:37 -08:00
Aaron Patterson
77df5ba0a1 no need for bang bang 💣 2011-12-28 17:14:22 -08:00
Kevin Moore
a7d3851bdb Documented about using :path option for resources 2011-12-28 10:59:28 -08:00
Aaron Patterson
afe6e059ea Merge pull request #4207 from nashby/deprecate-base64-encode64s
deprecate Base64.encode64s from AS
2011-12-28 10:22:48 -08:00
Santiago Pastorino
c8dcc19cf9 Add CHANGELOG entry 2011-12-28 16:09:21 -02:00
Alejandro Andrés
4cd7c4e8ce Fixed formatting of code examples in form_tag_helper.rb 2011-12-28 15:41:33 +01:00
Santiago Pastorino
0d01e09c6c Bump to rack 1.4.0 2011-12-28 12:24:06 -02:00
Vasiliy Ermolovich
a19d0f5a66 deprecate Base64.encode64s from AS. Use Base64.strict_encode64 instead 2011-12-27 22:46:44 +03:00
Santiago Pastorino
eeb7736860 Merge pull request #4150 from Karunakar/new_PR
change Log
2011-12-26 05:20:15 -08:00
Piotr Sarnacki
719ba0b6bb Revert "Merge pull request #4154 from nashby/include-blank-date-helper"
This reverts commit 76f0fa6066b78cd8f0e139dff4a7b65c96db5778, reversing
changes made to 28cd098d99c52486aecb72aab39105d8abcd52ad.
2011-12-26 13:56:47 +01:00
Piotr Sarnacki
76f0fa6066 Merge pull request #4154 from nashby/include-blank-date-helper
a prompt string in include_blank option for date helpers
2011-12-26 04:09:35 -08:00
Piotr Sarnacki
28cd098d99 Correctly display rack apps with dynamic constraints in RoutesInspector
If you used dynamic constraint like that:

  scope :constraint => MyConstraint.new do
    mount RackApp => "/foo"
  end

routes were not displayed correctly when using `rake routes`.
This commit fixes it. If you want nice display of dynamic
constraints in `rake routes` output, please just override
to_s method in your constraint's class.
2011-12-26 11:41:45 +01:00
Vasiliy Ermolovich
a7ba8e1fb3 remove File#to_path alias 2011-12-25 22:22:22 +03:00
Xavier Noria
40bda76067 removes the compatibility method Module#instance_method_names 2011-12-25 11:11:49 -08:00
Vijay Dev
54e522a388 Merge branch 'master' of github.com:lifo/docrails 2011-12-25 19:33:33 +05:30
Sergey Nartimov
1e9e88fcd3 remove checks for encodings availability 2011-12-25 14:34:58 +03:00
Sergey Nartimov
5ca86ac8f9 deprecate String#encoding_aware? and remove its usage 2011-12-24 15:57:54 +03:00
José Valim
58f69ba085 Remove Rescue middleware that was never used by Rails. 2011-12-24 11:28:05 +01:00
José Valim
f32247cb3e Update CHANGELOGs 2011-12-24 10:53:44 +01:00
Vijay Dev
d1d3cac0d2 Revert "Changelog release dates fixed according to rubygems.org"
This reverts commit ae60475a41cb0f5b3f7e071b75a0b5c5214c9f85.

Reason: Changelogs are not meant to be edited in docrails.
2011-12-24 15:06:31 +05:30
José Valim
e6bfcc21a8 Remove unecessary config_accessors. 2011-12-24 09:59:28 +01:00
José Valim
39081f1660 Provide a class optin for page_cache_compression. 2011-12-24 09:54:29 +01:00
Andrey A.I. Sitnik
7b1ac55f50 Gzip files on page caching
Signed-off-by: José Valim <jose.valim@gmail.com>
2011-12-24 09:42:34 +01:00
José Valim
34bbf8428c Merge pull request #4147 from lest/remove-app-fallback
remove Rails application fallback from AD::IntegrationTest
2011-12-24 00:02:05 -08:00
Josef Šimánek
ae60475a41 Changelog release dates fixed according to rubygems.org 2011-12-24 02:50:39 +01:00
Jeremy Kemper
9bbe2b800e Merge pull request #4156 from nashby/to-sym-ruby-18
remove checking for non-empty string before calling to_sym
2011-12-23 17:36:13 -08:00
Jeremy Kemper
547f32fee5 Remove broken #compute_source_path 2011-12-23 18:00:31 -07:00
Vasiliy Ermolovich
77ed289609 remove checking for non-empty string before calling to_sym 2011-12-24 01:01:25 +03:00
Vasiliy Ermolovich
f7669cd834 add ability to set a prompt string in include_blank option for date helpers, closes #4143 2011-12-24 00:44:23 +03:00
Kristian Freeman
2315e96a17 Finished implementation of MIT license linking. 2011-12-23 13:03:21 -08:00