Commit Graph

8 Commits

Author SHA1 Message Date
Rafael Mendonça França 86d0923ddc Forgot to send some files 💣 2014-03-11 19:53:29 -03:00
Rafael Mendonça França e9384fb4bd Whitespaces 2014-03-11 19:13:59 -03:00
Rafael Mendonça França 44f22ca3fb Make context optional
We plan to make it required in the future but it is optional now to make
easier to implement backwards compatibility
2014-03-11 15:22:45 -03:00
Rafael Mendonça França 645988a855 Pass the context when rendering the component 2014-03-10 18:41:36 -03:00
Reto Schüttel 596c16f1db fixed readonly attribute check, uses now string
ActiveRecord.readonly_attributes returns a set of strings, not a set of
symbols. Verified with Rails 2.3 and 3.2.
2012-06-21 15:29:28 +02:00
José Valim 0fabc1b859 Allow inputs to be marked as optional.
This means they won't do any lookup unless explicitly told to.
2012-01-11 21:14:31 +01:00
José Valim 2d41fafe9b Move required to html5 component. 2011-12-05 10:44:02 +01:00
Rafael Mendonça França cc5fd25e48 Add readonly component. Closes #378 2011-12-04 23:41:54 -02:00