Commit f34fac52ec3a364da90c3e5139baa06fb1c31a16
- Diff rendering mode:
- inline
- side by side
|   | |||
| 1 | 1 | %p | |
| 2 | 2 | %b= f.label :title | |
| 3 | %br= f.text_field :title | ||
| 3 | = f.text_field :title | ||
| 4 | 4 | %p | |
| 5 | %b= f.label :slug | ||
| 6 | = f.text_field :slug | ||
| 7 | %p | ||
| 5 | 8 | %b= f.label :body | |
| 6 | %br= f.text_area :body | ||
| 9 | = f.text_area :body |
config/environment.rb
(2 / 0)
|   | |||
| 55 | 55 | # See Rails::Configuration for more options | |
| 56 | 56 | end | |
| 57 | 57 | ||
| 58 | #OpenId has a bug | ||
| 59 | OpenID::Util.logger = RAILS_DEFAULT_LOGGER | ||
| 58 | 60 | ||
| 59 | 61 | # Add new inflection rules using the following format | |
| 60 | 62 | # (all these examples are active by default): |

