app_config is a small generator for Ruby on Rails that generates an application.yml file in your config director, and an initializer script to load it. You can then use the application.yml file to store API keys, mail server settings, or any other kind of configuration data that your application needs. The code was inspired by Geoffrey Grossenbach’s Ruby on Rails Code Review pdf.
Jan 3rd, 2008 by Norman |
Leave a Reply
Projects
Bugs Reports & Feedback
- Added support for Edge Rails' Inflector::parameterize. Made some minor
- Finder got a facelift again, should work almost as expected now.
- Converted protected finder_slug setter to public introduce_finder_slug initializer.
- Fixed finder behaviour.
- Refactored friendly_id plugin.
- Moved strip_diacritics into Slug for easier reuse/better organization. Put
- Fixed bad Github urls and updated repository links.
- Added small change to allow friendly_id to work with STI. (David Ramalho)
- Added lighthouse URL.
- Updated changelog.
friendly_id updates- Bumped Gem version.
- Fixed display of images with special symbols in the name,
- Fixed images not being converted to target format. Made tests not load the
- Updated changelog.
- * Changed a few methods in storage to accept the model rather than the id.
- Added ability to regenerate a model's thumbnails.
- Fixed bad call to resize_to in view helper.
- Made storage work more correctly with tempfiles.
- Merge branch 'master' of git@github.com:norman/has_image
- Fixed public path test.
has_image updates