-
use present? instead of testing for length
KevinTriplett committedJan 26, 2011
-
Kevin Triplett committed
Dec 31, 2010 this hook will store email address and location in the database, therefore requires a migration -- it also allows updating the location of an email.
-
Kevin Triplett committed
Dec 31, 2010 using the ruby "and" in conditional branches in general is not good practice as it does not produce the same test result as "&&" -- also, testing for 0 is not the same as testing for false since 0 in ruby is true.
-
Kevin Triplett committed
Dec 31, 2010 was led astray by config example in forms_mail extension README. (Maybe that extension was abandoned, because it seems to have been integrated into the forms extension.)
-
Kevin Triplett committed
Dec 26, 2010 why is this repeated? must ask author or research more. maybe it is to hack around a bug, like the first time response is saved, it throws an exception but succeeds the second time?
-
bug fix when passing config hash to call_extension
Kevin Triplett committedDec 26, 2010 the controller passes the name of the extension in the 'name' argument and the config hash for that extension in the 'config' argument.
-
return result even if no extension present
Kevin Triplett committedDec 26, 2010
-
Dirk Kelly committed
Dec 20, 2010 -
Dirk Kelly committed
Dec 20, 2010 -
Merge branch 'add_textarea_tag' of https://github.com/sfsekaran/radia…
Dirk Kelly committedDec 20, 2010 …nt-forms-extension into sfsekaran-add_textarea_tag
-
Dirk Kelly committed
Dec 20, 2010 -
Dirk Kelly committed
Dec 20, 2010 -
Dirk Kelly committed
Dec 20, 2010
-
Dirk Kelly committed
Dec 15, 2010 -
Dirk Kelly committed
Dec 15, 2010 -
Dirk Kelly committed
Dec 15, 2010 -
Dirk Kelly committed
Dec 15, 2010 -
Dirk Kelly committed
Dec 15, 2010 -
moved to rescue exceptions on the field data
Dirk Kelly committedDec 15, 2010
-
Dirk Kelly committed
Dec 14, 2010 -
Dirk Kelly committed
Dec 14, 2010 -
fixed up redirection to back or a param
Dirk Kelly committedDec 14, 2010
-
require drag_order (really this is for styles, but it's also a good e…
Dirk Kelly committedDec 13, 2010 …xtension :-)
-
Dirk Kelly committed
Dec 13, 2010 -
Dirk Kelly committed
Dec 13, 2010 -
Dirk Kelly committed
Dec 13, 2010 -
added intializers for the interface changes
Dirk Kelly committedDec 13, 2010 -
added supprot for a redirect_to field to be sent with a form
Dirk Kelly committedDec 13, 2010 -
Dirk Kelly committed
Dec 13, 2010 -
Dirk Kelly committed
Dec 13, 2010 -
Dirk Kelly committed
Dec 13, 2010 -
made some overall haml changes so that it's a bit clearer what's goin…
Dirk Kelly committedDec 13, 2010 …g on
-
Fixing the documentation a bit. The content section must use r:form:r…
sfsekaran committedDec 4, 2010 …ead, not r:form:get.
-
Moving the textarea tag into its own spec and its own implementation …
sfsekaran committedDec 4, 2010 …since it needs to be treated differently.
-
Adding the textarea tag to the specs and code.
sfsekaran committedDec 4, 2010