Commit Graph

228 Commits

Author SHA1 Message Date
Gant
592bddd063 beginning of .invalid and .valid selections 2014-08-01 14:01:24 -05:00
Gant
de3ff3ae07 added presence validation and feature on length validation 2014-07-31 21:49:58 -05:00
Gant
60c48b982e added validation options at the selction level 2014-07-31 14:38:16 -05:00
Gant
815bec0cfc added ability to handle ranges with length 2014-07-31 11:00:50 -05:00
Gant
ee2d8a8030 added validations, one with options 2014-07-31 10:28:06 -05:00
Gant
9ab2544fa7 taking options and ignoring them for now 2014-07-31 09:03:00 -05:00
Gant
c730e22cea fixed ValidationEvent to get all that juicy info 2014-07-27 20:57:44 -05:00
David Larrabee
60bcd467a3 Adds validation events on(:valid) & on(:invalid) 2014-07-26 23:26:34 -04:00
Gant
be3bcd0e0e removed defunct comments 2014-07-21 22:51:20 -05:00
Gant
64a8a0ba0d Slide out and specs 2014-07-21 22:30:46 -05:00
Gant
62464b8a7f full screen slides from all angles 2014-07-21 22:02:43 -05:00
Todd Werth
2efa01659b Added a :before block to animations. Changed slide_in to use it 2014-07-21 17:14:17 -07:00
Gant
e298d264a4 slide in transition almost 2014-07-21 16:53:15 -05:00
Gant
5d04c23c1d slide in code 2014-07-20 15:32:45 -05:00
Gant
0eaa407307 first round of new animation code 2014-07-20 15:16:49 -05:00
Gant Laborde
06158cf790 Merge pull request #82 from GantMan/data_setter
added action data setter with test
2014-07-19 15:30:39 -05:00
Gant
363626481c added ability to build 2014-07-18 23:37:19 -05:00
Gant
723644fa4b added action data setter with test 2014-07-18 23:08:24 -05:00
Gant
7c8ca17d6e clear all validations 2014-07-14 23:46:08 -05:00
David Larrabee
208af97d7a Adds validations to selectors
* Adds the ability to:
    * rmq.append(selector).validates(:email).data('x')
    * rmq.all.valid?
    * rmq(some_selector).valid?
2014-07-11 00:25:51 -04:00
Todd Werth
70972397c4 Changed default grid to use an 12x18 grid that is divisible by half, 2, and 3 2014-07-10 13:49:58 -07:00
Todd Werth
c403738edd Gem update for new release 2014-07-01 18:50:08 -07:00
Mark Rickert
0bbdf5fd59 Adds styler for UIProgressView. With passing tests. 2014-07-01 15:32:59 -04:00
Gant
35401e4018 added RMQ debugging check 2014-06-30 15:41:02 -05:00
Todd Werth
060c57327a prev_view, below_prev, right_of_prev, etc, now refer to the previous sibling of the current view. Not the last thing that was layed out. This MAY break your code, but is the correct way to do it and solves a lot of problems with below_prev (as well as a few bugs) 2014-06-29 15:21:05 -07:00
Todd Werth
0a40829a03 Merge pull request #72 from squidpunch/fix-detect_dependencies-error
Include namespaced module for parent class
2014-06-29 08:58:22 -07:00
David Larrabee
d92ea17067 Include namespaced module for parent class 2014-06-29 00:13:19 -04:00
Gant
eba2ea3fac Merge branch 'master' into validation 2014-06-21 14:37:20 -05:00
Gant
2521fd70e3 added more validations 2014-06-20 09:49:44 -05:00
Todd Werth
7836b04c95 Fixed last bug with using grid and below_prev, right_of_prev, etc 2014-06-19 20:51:51 -07:00
Gant
475b01fdda added validation methods and fixed match function 2014-06-19 21:35:25 -05:00
Gant
f4586a96fb friendly error message 2014-06-19 16:14:43 -05:00
Gant
0083ef9ced lambda process working 2014-06-19 15:57:01 -05:00
Gant
7e32c1a11c began lambdas 2014-06-19 15:05:28 -05:00
Gant
a324e96465 beginning of validation 2014-06-19 14:16:47 -05:00
Gant
1967087fb1 sped up has_tag? on collection 2014-06-17 11:17:42 -05:00
Gant
cdc34576d8 added has_tag? at rmq level 2014-06-17 11:01:12 -05:00
Todd Werth
928397dde2 Fixed merge issues 2014-06-13 10:48:40 -07:00
Todd Werth
22dc7c21e6 Fixed bug in padding 2014-06-11 21:04:42 -07:00
Todd Werth
27c4c04513 Added padding to rect layout 2014-06-11 20:52:33 -07:00
Todd Werth
8c344b4bcc Fixed bug with grid being modified 2014-06-11 17:11:09 -07:00
Todd Werth
2048c4addf Merge branch 'master' of github.com:infinitered/rmq 2014-06-11 15:57:59 -07:00
Todd Werth
82f4b04707 Fixed a problem with mixed grid and :h, :w when used on a subview. 2014-06-11 15:57:54 -07:00
Ken Miller
7458e64c92 is_class? should only work for classes specifically 2014-06-11 15:51:50 -07:00
Todd Werth
1b74d5747c Fixed bug with {grid: "a:z99", height: 150} 2014-06-11 10:54:57 -07:00
Ken Miller
c281cee621 send action should only call method on views that support it 2014-06-10 17:23:50 -07:00
Ken Miller
d07c0b7269 reverting to more-correct class determination 2014-06-10 16:59:59 -07:00
Todd Werth
f86a906127 Merge branch 'master' of github.com:infinitered/rmq 2014-06-10 16:34:43 -07:00
Todd Werth
dde3f05e9d Added aliases :below_previous, :above_previous, :right_of_previous, :left_of_previous. Added st.prev_frame and st.prev_view. 2014-06-10 16:14:02 -07:00
David Larrabee
d4efae557a Adds styler for accessibilityLabel 2014-06-08 20:12:16 -04:00