All Changeset activity
-
* 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
-
Add the "clean" rdoc template, based on Jamis Buck's jamis.rb (to the right location this time...)
-
Never seem to get this right
-
Add the "clean" rdoc template, based on Jamis Buck's jamis.rb.
-
Rearrange repository: remove old rails_plugins subdirectory
-
Rearrange repository: move plugin into root
-
Rearrange repository
-
Rearrange repository
-
Reference correct script location
-
Rearrange repository
-
Rearrange repository
-
Rearrange repository
-
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
