| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Custom directories for rake notes
|
| | |
|
| | |
|
| |
| |
| |
| | |
notes directories
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
SOURCE_ANNOTATION_DIRECTORIES='dir1,dir2' bundle exec rake notes
Searches app, config, lib, script, test (default)
Also searches dir1, dir2
References: #4536, #4540
|
|/
|
|
|
| |
Add separate tests to verify directories covered
Add tests to verify file_types
|
|\
| |
| | |
split CDATA end token in cdata_section helper
|
| | |
|
|\ \
| | |
| | | |
Support cookie jar options for all cookie stores
|
| | | |
|
|\ \ \
| | | |
| | | | |
Stream cookies only if needed
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | | |
Remove a couple of unused ivars left from previous refactoring
|
| | |/
| |/|
| | |
| | | |
These ivars were missed in d142572567 when close checks were removed
|
|\ \ \
| |_|/
|/| | |
fix Helpers::DateHelper with :use_hidden - hide separators
|
| | | |
|
|\ \ \
| | | |
| | | | |
Incorporating Pacific Island zone changes circa Dec 31 2011
|
| | | |
| | | |
| | | |
| | | | |
Further, Samoa and Tokelau jumped across the IDL from Dec 29 to Dec 31, 2011 switching from UTC-11 to UTC+13. American Samoa did not make the change and remains at UTC-11. Pacific/Fakaofo and Pacific/Apia are in TZInfo and documentation about the dateline change is in austalasia at IANA.
|
|\ \ \ \
| | | | |
| | | | | |
Improve changelog of new :silence deprecation behavior
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
build fix for observing_test.rb
|
|/ / / /
| | | |
| | | | |
introduced here 17c990b153f8635874c006a7460ee95817543fc1
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
dmitriy-kiriyenko/improve_signature_of_time_in_words_helper
Replace boolean argument with an options hash.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This replaces `include_seconds` argument with an option key
`include_seconds => true` in options hash.
Also `time_ago_in_words` now passes options hash, including a `locale`
key, which makes in compatible with `distance_of_time_in_words`.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
malclocke/add_option_to_skip_index.html_on_rails_generate
Added a generator option to skip the public/index.html file
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
generating a new Rails application
The option is:
-i, [--skip-index-html] # Skip public/index.html file
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
allow send_file/send_data to skip disposition header, closes #2973
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
options aren't modified inside send_file_headers!
|
| | |/ / / /
| |/| | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
willbryant/flash_must_not_load_session_on_every_request_master
Fix the Flash middleware loading the session on every request
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
dangerous especially with Rack::Cache), it should only be loaded when the flash method is called
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Observer: simplify tests
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
fix inflector bug where -ice gets singularized into -ouse
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This should happen for mouse or louse, but not slice or pumice.
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Build fix for observed_classes
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
introduced here
bad44e4f8f690039bd0db92ac25f10af536c6e71
|
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / /
|/| | | | | | | | | |
wrap translate defaults to use translate helper features
|
|/ / / / / / / / / |
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
IE since version 6 and recently Chrome and Firefox have started following
302 redirects from XHR requests other than GET/POST using the original request
method. This can lead to DELETE requests being redirected amongst other things.
Although it doesn't directly affect the Rails framework since it doesn't return
a 302 redirect to any non-GET/POST request a note has been added to raise
awareness of the issue. Some references:
Original article from @technoweenie:
http://techno-weenie.net/2011/8/19/ie9-deletes-stuff/
Hacker News discussion of the article:
http://news.ycombinator.com/item?id=2903493
WebKit bug report:
https://bugs.webkit.org/show_bug.cgi?id=46183
Firefox bug report and changeset:
https://bugzilla.mozilla.org/show_bug.cgi?id=598304
https://hg.mozilla.org/mozilla-central/rev/9525d7e2d20d
Chrome bug report:
http://code.google.com/p/chromium/issues/detail?id=56373
HTTPbis bug report and changeset:
http://trac.tools.ietf.org/wg/httpbis/trac/ticket/160
http://trac.tools.ietf.org/wg/httpbis/trac/changeset/1428
Roy T. Fielding's history of the issue:
http://ftp.ics.uci.edu/pub/ietf/http/hypermail/1997q3/0611.html
Automated browser tests for the issue:
http://www.mnot.net/javascript/xmlhttprequest/
Fixes #4144
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Remove button_to_function and link_to_function helpers
|
| | | | | | | | | |
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Remove some unused variable assignments
|