Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add HTML5 input[type="time"] helper | Alex Soulim | 2012-05-18 | 1 | -0/+2 | |
| | ||||||
* | Removed old text_helper apis for highlight, excerpt and word_wrap | Jeremy Walker | 2012-05-17 | 1 | -0/+2 | |
| | ||||||
* | Update actionpack/CHANGELOG.md | José Valim | 2012-05-17 | 1 | -0/+3 | |
| | ||||||
* | Revert "Revert "Remove `:disable_with` in favor of `'data-disable-with'` ↵ | José Valim | 2012-05-15 | 1 | -0/+4 | |
| | | | | | | | | | option from `submit_tag`, `button_tag` and `button_to` helpers."" Finally remove `:disable_with` but use `:data => { :disable_with => ... }` in examples to show off a better API (which looks nicer in Ruby 1.9) This reverts commit a5c38a9c087e33d36397afc496be7c8e01b37ef0. | |||||
* | Revert "Remove `:disable_with` in favor of `'data-disable-with'` option from ↵ | José Valim | 2012-05-15 | 1 | -4/+0 | |
| | | | | | | | | | | `submit_tag`, `button_tag` and `button_to` helpers." `disable_with:` is much easier to type than `"data-disable-with" =>`, and the fact it uses "data-disable-with" => is an implementation concern, it should not affect the public API. This reverts commit 683fc4db00f496e5225928afb4d4e932e0fcdc48. | |||||
* | Remove `:disable_with` in favor of `'data-disable-with'` option from ↵ | Carlos Galdino + Rafael Mendonça França | 2012-05-14 | 1 | -0/+4 | |
| | | | | `submit_tag`, `button_tag` and `button_to` helpers. | |||||
* | Remove `:mouseover` option from `image_tag` helper. | Rafael Mendonça França | 2012-05-13 | 1 | -1/+3 | |
| | ||||||
* | `:include_blank` should be true if the size option is nil | Rafael Mendonça França | 2012-05-13 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #6225 from ↵ | Rafael Mendonça França | 2012-05-13 | 1 | -0/+3 | |
|\ | | | | | | | | | | | | | | | | | | | | | acapilleri/select_with_required_true_include_first_option_blank HTML5 validation error with options_from_collection_for_select Fixes #5908 Conflicts: actionpack/CHANGELOG.md | |||||
| * | Changed the changelog and documentation about | Angelo Capilleri | 2012-05-13 | 1 | -0/+3 | |
| | | | | | | | | | | the select method (tag select) forces :include_blank if is required and no multiple and display size is one | |||||
* | | mispelling error in actionpach changelog | angelo giovanni capilleri | 2012-05-12 | 1 | -1/+1 | |
| | | ||||||
* | | Copy literal route constraints to defaults - fixes #3571 and #6224. | Andrew White | 2012-05-11 | 1 | -0/+5 | |
|/ | ||||||
* | Update actionpack/CHANGELOG.md | José Valim | 2012-05-06 | 1 | -1/+5 | |
| | ||||||
* | Allows assert_redirected_to to accept a regular expression | Andy Lindeman | 2012-05-03 | 1 | -0/+2 | |
| | ||||||
* | Add CHANGELOG entry | Santiago Pastorino | 2012-05-02 | 1 | -0/+2 | |
| | ||||||
* | Replace boolean argument with an options hash. | Dmitriy Kiriyenko | 2012-04-30 | 1 | -0/+3 | |
| | | | | | | | | 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`. | |||||
* | Remove `button_to_function` and `link_to_function` helpers | Rafael Mendonça França | 2012-04-30 | 1 | -0/+2 | |
| | ||||||
* | Add changelog entry and some docs for collection + layout | Carlos Antonio da Silva | 2012-04-29 | 1 | -0/+3 | |
| | ||||||
* | Add changelog entry for jsonp mimetype change, fix failing test | Carlos Antonio da Silva | 2012-04-29 | 1 | -0/+2 | |
| | | | | Fix failing test: Mime::JS generates "text/javascript" | |||||
* | Lazy load `default_form_builder` if it's passed as a string | Piotr Sarnacki | 2012-04-28 | 1 | -0/+2 | |
| | | | | closes #3341 | |||||
* | Merge session arg with existing session instead of overwriting | Andrew White | 2012-04-28 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | This may break existing tests that are asserting the whole session contents but should not break existing tests that are asserting individual keys - e.g: class SomeControllerTest < ActionController::TestCase setup do session['user_id'] = 1 end test "some test" do get :some_action, nil, { 'another_var' => 2 } # This assertion will now fail assert_equal({ 'another_var' => 2 }, session) # This assertion will still pass assert_equal 2, session['another_var] end end Fixes #1529. | |||||
* | Update Rails 3.2.3 release date in changelogs as March 30, 2012 | Michael de Silva | 2012-04-16 | 1 | -1/+1 | |
| | | | | | The release date details have been taken from http://weblog.rubyonrails.org/2012/3/30/ann-rails-3-2-3-has-been-released/ | |||||
* | Add index method to FormBuilder. Useful when you use field_for and need to ↵ | Jorge Bejar | 2012-04-11 | 1 | -0/+2 | |
| | | | | know the index number into the iteration. | |||||
* | Remove the leading \n added by textarea on assert_select | Santiago Pastorino | 2012-03-30 | 1 | -0/+2 | |
| | ||||||
* | config.action_view.embed_authenticity_token_in_remote_forms is true by default | Piotr Sarnacki | 2012-03-28 | 1 | -0/+5 | |
| | | | | | | | Changed default value for `config.action_view.embed_authenticity_token_in_remote_forms` to `false`. This change breaks remote forms that need to work also without javascript, so if you need such behavior, you can either set it to `true` or explicitly pass `:authenticity_token => true` in form options | |||||
* | Added config.action_view.embed_authenticity_token_in_remote_forms | Piotr Sarnacki | 2012-03-28 | 1 | -0/+2 | |
| | | | | | | | | | | | | There is a regression introduced in 16ee611fa, which breaks remote forms that should also work without javascript. This commit introduces config option that allows to configure this behavior defaulting to the old behavior (ie. include authenticity token in remote forms by default) Conflicts: actionpack/CHANGELOG.md | |||||
* | Update the guides and CHANGELOG | Rafael Mendonça França | 2012-03-17 | 1 | -2/+4 | |
| | ||||||
* | Do not include the authenticity token in forms where remote: true as ajax ↵ | David Heinemeier Hansson | 2012-03-14 | 1 | -0/+5 | |
| | | | | forms use the meta-tag value | |||||
* | Remove --http. | José Valim | 2012-03-14 | 1 | -2/+0 | |
| | ||||||
* | Add API apps CHANGELOG entry | Santiago Pastorino | 2012-03-14 | 1 | -0/+2 | |
| | ||||||
* | fix typo in AP CHANGELOG [ci skip] | Vasiliy Ermolovich | 2012-03-13 | 1 | -1/+1 | |
| | ||||||
* | add 'include_hidden' option to select tag, closes #5402 | Vasiliy Ermolovich | 2012-03-13 | 1 | -0/+2 | |
| | ||||||
* | Documented the removal of size from text_field based helpers and cols, rows ↵ | Philip Arndt | 2012-03-12 | 1 | -0/+4 | |
| | | | | from text_area helper. | |||||
* | Minor changelog fixes [ci skip] | Vijay Dev | 2012-03-09 | 1 | -1/+1 | |
| | ||||||
* | Fix my name in the CHANGELOG to follow the convention | Rafael Mendonça França | 2012-03-09 | 1 | -10/+16 | |
| | | | | Also add missing entries and use the formating convention | |||||
* | fix incorrect changelog headings [ci skip]. | Vijay Dev | 2012-03-09 | 1 | -12/+13 | |
| | | | | Last commit message should not have said 'Rails 4' either | |||||
* | changelog updates for Rails 4 [ci skip] | Vijay Dev | 2012-03-09 | 1 | -0/+12 | |
| | ||||||
* | Adds line to change log and update documentation. | Sergio Arbeo | 2012-03-07 | 1 | -0/+2 | |
| | ||||||
* | document the shortcut to the root route helper [ci skip] | Vijay Dev | 2012-03-05 | 1 | -0/+2 | |
| | | | | This was implemented in 2ee4dd856d47113625589bc5410b5a6669ea02d5 | |||||
* | Add release dates to documentation | claudiob | 2012-03-01 | 1 | -3/+3 | |
| | | | | Set "March 1, 2012" as the release date for 3.2.2, 3.1.4, 3.0.12 | |||||
* | Update changelogs with rails 3.0-stable branch info | Paco Guzman | 2012-02-25 | 1 | -2/+125 | |
| | ||||||
* | uses PATCH for the forms of persisted records, and routes PATCH and PUT to ↵ | Xavier Noria | 2012-02-24 | 1 | -0/+4 | |
| | | | | the update action of resources | |||||
* | Update documentation for force_ssl - closes #5023. | Andrew White | 2012-02-23 | 1 | -0/+12 | |
| | ||||||
* | updates CHANGELOGs to register changes in 002713c | Xavier Noria | 2012-02-22 | 1 | -0/+11 | |
| | ||||||
* | Integration tests support the OPTIONS http method | Jeremy Kemper | 2012-02-19 | 1 | -0/+2 | |
| | ||||||
* | let expires_in accept a must_revalidate flag | Xavier Noria | 2012-02-17 | 1 | -0/+3 | |
| | ||||||
* | Add HTML5 input[type="date"] helper | Olek Janiszewski | 2012-02-12 | 1 | -0/+2 | |
| | ||||||
* | Highlight defaults to HTML5 `mark` element | Brian Cardarella | 2012-02-05 | 1 | -0/+3 | |
| | ||||||
* | Add *_url helpers to get the full assets URL | Prem Sichanugrist | 2012-02-04 | 1 | -0/+4 | |
| | | | | | | | Adds `image_url`, `javascript_url`, `stylesheet_url`, `audio_url`, `video_url`, and `font_url` to assets tag helper. These URL helpers will return the full path to your assets. This is useful when you are going to reference this asset from external host. | |||||
* | Fix override API response bug in respond_with | Prem Sichanugrist | 2012-02-03 | 1 | -0/+2 | |
| | | | | | | | | | | Default responder was only using the given respond block when user requested for HTML format, or JSON/XML format with valid resource. This fix the responder so that it will use the given block regardless of the validity of the resource. Note that in this case you'll have to check for object's validity by yourself in the controller. Fixes #4796 |