Changeset activity in Rails plugins
-
* Remove unnecessary exception variable
* You can use strings, symbols, and anything else that handles to_s as a library name -
Add a few of my matchers for safekeeping
-
Create dir for some of my homeless rspec matchers
-
Update documentation and rake task to reflect new locations for svn repository and warehouse install
-
Rearrange repository: remove old rails_plugins subdirectory
-
Rearrange repository: move plugin into root
-
Fix URL typo
-
remove angle brackets to hopefully appease agilewebdevelopment.com's rdoc formatter
-
update changelog. references #3.
-
Add docs on :templated_javascript => false for my own sanity's sake
-
Support both FormHelper formats when using form_for:
* f.text_field :website
* text_field :user, :website
Closes #3. -
Final pre-release additions to docs
-
Add file-wide comments for rdoc's Files section, and add a comment to the FormHelper module explaining the form user experience
-
Expand readme with details from the blog post
-
Use dates in changelog
-
* Put attributes in fixture to be more DRY
* Add assert_tag_innerHTML and assert_tag_contains to do lightweight regex-based output checking
* Add testing framework and beginnings of tests for FormHelper additions -
Add svn:ignore property on root templated_attribute/ directory to ignore auto-generated doc/ directory
-
Add fixtures to go with first round of tests
-
Add tests for the Active Record extensions in the plugin (all in templated_attribute.rb)
-
setup autotest to load ~/.autotest file and to look for tests with filenames like *_test.rb instead of test_*.rb, in accordance with rails standard
-
don't raise exception when the value in the database (in an existing record) is nil
-
Add "usage" code blocks to FormHelper methods, and new example 'bio' attribute in main usage doc to match
-
add a bunch of :nodoc: declarations to clean up rdoc output
-
* finish implementation (switching to an `alias_method_chain`-based extension for #text_area and #text_field)
* add lots of rdocs
* change design so templated value is inserted by form helper, not javascript.
* add :javascript_templating => false option to disable javascript -
refactor options validation using Hash#assert_valid_keys
-
make rdoc file includes a one-liner
-
* change mixin structure to use more standard ClassMethods module, rename ActiveRecordMixin => ActiveRecordExtensions
* fix typo in templated_attribute docs
* protect helper instance method
* refactor/DRYify ActionView::Helpers::FormHelper additions for use with multiple field types -
Add docs about rake tasks
-
Adjust rdoc generation options to use charset=utf8, and respect the TEMPLATE environment variable if it's set (like rails does)
-
slightly darken template value color; add styling for textareas
