Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing build failures | Vijay Dev | 2012-10-11 | 3 | -9/+9 |
| | | | | | | | Build failed with an error "invalid multibyte char (US-ASCII)" in these files. Apparently, some UTF-8 char disguised as whitespace causes this. Thanks @rafaelfranca | ||||
* | nodoc Erb::Generators [ci skip] | Francesco Rodriguez | 2012-10-07 | 3 | -9/+9 |
| | |||||
* | Remove `:confirm` in favor of `:data => { :confirm => 'Text' }` option | Carlos Galdino | 2012-07-18 | 1 | -1/+1 |
| | | | | | | | | | This applies to the following helpers: `button_to` `button_tag` `image_submit_tag` `link_to` `submit_tag` | ||||
* | Close #3886 - Add THEAD and TBODY to scaffold markup | twinturbo | 2012-04-29 | 1 | -16/+20 |
| | |||||
* | Changes b tag to strong | CollectiveJam | 2012-04-16 | 1 | -1/+1 |
| | | | | The change is made due to importance of the attribute name (e.g. Name:) on the page (versus just stylistic / appearance sake tag). | ||||
* | Remove key_value helper now that master is 1.9 only and we always use | Rafael Mendonça França | 2012-03-13 | 1 | -1/+1 |
| | | | | the 1.9 hash syntax in the generators. | ||||
* | Use content_tag_for with array by default on scaffold. | José Valim | 2012-01-26 | 1 | -4/+2 |
| | |||||
* | for ... in => .each | Akira Matsuda | 2011-05-18 | 3 | -4/+4 |
| | | | | I believe this is more modern way | ||||
* | Rails will now generate Ruby 1.9 style hash when running scaffold_controller ↵ | Prem Sichanugrist | 2011-04-10 | 1 | -1/+1 |
| | | | | | | | | generator on Ruby 1.9.x The new hash syntax of Ruby 1.9 looks more superior, so we decide to switch to it in the places that appropriate. This patch has been requested by DHH. | ||||
* | Change inside_namespace method to inside_template and use it in all ↵ | Piotr Sarnacki | 2010-11-16 | 5 | -10/+0 |
| | | | | | | | | | | templates by default The initial implementation of namespacing was based on wrong assumptions. Namespacing path and class names in templates should be based on current namespace and skip_namespace attribute, but it should be not necessary to wrap content on all the templates into additional block methods. | ||||
* | Fix scaffold generator to be aware of namespace in isolated engine | Piotr Sarnacki | 2010-11-03 | 5 | -0/+10 |
| | |||||
* | Remove the --singeleton option from scaffold generator. | Prem Sichanugrist | 2010-06-24 | 1 | -6/+1 |
| | | | | | | | | It turned out to be that scaffold for singeleton resource will always depend on another model, and it's not possible at the moment to make the application tests pass after generate the singeleton scafold. So, it would be better to remove it for now and probably provide another generator, such as singeleton_scaffold, in which also require the depended model name. [#4863 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Patch for Namespace problem in Scaffold. [#4763 state:resolved] | Mohammed Siddick.E | 2010-06-23 | 5 | -16/+16 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Make polymorphic_url and scaffolding work with uncountable resources [#3930 ↵ | Andrew White | 2010-06-20 | 3 | -3/+3 |
| | | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Rename fieldWithErrors style to field_with_errors. Remove unused alert style. | Jeremy Kemper | 2010-04-24 | 1 | -1/+1 |
| | |||||
* | Cleanup indention and spacing and turn errorExplanation into ↵ | David Heinemeier Hansson | 2010-04-13 | 1 | -8/+9 |
| | | | | error_explanation now that nobody depends on it anymore | ||||
* | Use pluralize to properly inflect the number of errors. | José Valim | 2010-04-10 | 1 | -1/+1 |
| | |||||
* | Remove error_messages_for from scaffold. | José Valim | 2010-04-10 | 1 | -1/+10 |
| | |||||
* | Need a double escape there | David Heinemeier Hansson | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | Notice/alert are out of the layout, so notice has to go back into show to ↵ | David Heinemeier Hansson | 2010-04-09 | 1 | -0/+2 |
| | | | | make it work for scaffolding | ||||
* | Remove :layout option from generators. | José Valim | 2010-04-06 | 1 | -1/+0 |
| | |||||
* | A new application now comes with a layout and a stylesheet. | José Valim | 2010-04-06 | 2 | -23/+0 |
| | |||||
* | Load generators from both lib/rails/generators and lib/generators. Using the ↵ | José Valim | 2010-03-23 | 11 | -0/+157 |
| | | | | former since it's less obstrusive. | ||||
* | Generators load path now will be Ruby load path. If you want to use ↵ | José Valim | 2010-01-18 | 11 | -174/+0 |
| | | | | rspec:install generator, you need generators/rspec/install_generator in your load path. | ||||
* | Add documentation to f.submit and make scaffold generators use the new shortcut. | José Valim | 2010-01-14 | 1 | -5/+1 |
| | |||||
* | Rails layouts, error pages, and public/index now use HTML5. | Dan Croak | 2010-01-05 | 1 | -1/+0 |
| | | | | | | | | | | The specification allows the character encoding meta tag to be removed if character encoding is set at the transport level (Content-Type), which Rails is doing. http://dev.w3.org/html5/html4-differences/#character-encoding Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Added alert/notice from 2-3-stable and refactored redirect_to into just ↵ | David Heinemeier Hansson | 2009-12-17 | 1 | -1/+1 |
| | | | | living in Redirector [DHH] | ||||
* | Don't need h in there now that XSS protection is on by default | Michael Koziarski | 2009-10-08 | 2 | -2/+2 |
| | |||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 11 | -0/+179 |