Todd Werth
4f965397e7
I can't stop doing docs. I added networking, updated console, misc.
2015-04-18 23:01:59 -07:00
Todd Werth
d47d0a5e02
Fixed doc bugs
2015-04-18 18:10:09 -07:00
Todd Werth
6a0ee121e4
Yet more docs
2015-04-18 17:56:46 -07:00
Todd Werth
7995e37a6a
Yet more docs
2015-04-18 17:35:40 -07:00
Todd Werth
40d2477aa9
More docs
2015-04-18 17:12:36 -07:00
Todd Werth
64e686d34f
More documentation udpates
2015-04-18 16:25:28 -07:00
Todd Werth
1150e67cc8
Added project to docs
2015-04-18 16:17:38 -07:00
Todd Werth
d42b00f119
Fixed docs index
2015-04-18 14:27:10 -07:00
Todd Werth
e57bfb2645
Updated a lot of docs
2015-04-18 14:16:36 -07:00
Todd Werth
ac8de7e448
Update stylers documentation.
2015-04-18 12:41:35 -07:00
Todd Werth
5bca9e6d13
Updated available_styles doc, removing deprecations from UIViewStyler
2015-04-18 12:21:53 -07:00
Todd Werth
abc5418d2e
Documented styler methods
2015-04-18 12:06:58 -07:00
Mark Rickert
e708b99f07
Merge pull request #79 from dmarkow/patch-1
...
Fix typo in stylesheet template
2015-04-15 11:22:20 -04:00
Dylan Markow
2be3e21798
Fix typo in stylesheet template
2015-04-15 10:20:24 -05:00
Todd Werth
0b34414175
Updated RMQ, which had bugs
v1.1.1
2015-04-14 21:39:20 -07:00
David Larrabee
9c00518adf
Merge pull request #71 from squidpunch/travis-tweaks
...
Update travis with install script, and caching
v1.1.0
2015-04-14 22:03:34 -04:00
Todd Werth
1cfd0279ff
Updated RMQ
2015-04-14 18:12:47 -07:00
Todd Werth
44026787d1
Bumped versions and gems
2015-04-14 17:14:09 -07:00
Todd Werth
de4a87a3bb
Added alias' for live stylesheets
2015-04-14 17:13:56 -07:00
David Larrabee
59fb78dfea
Merge pull request #77 from ajrobertson/patch-1
...
Adds splat operator
2015-04-14 11:06:34 -04:00
AJ Robertson
638b505c75
Adds splat operator
2015-04-13 16:44:37 -07:00
David Larrabee
7a04c66dc7
Merge pull request #72 from squidpunch/table-models
...
Modify implementation of how data tables define cells
2015-04-13 13:42:23 -04:00
David Larrabee
1e72a9629e
Merge pull request #76 from squidpunch/splat-splat-splat
...
Use splats properly
2015-04-11 08:25:43 -04:00
David Larrabee
f13e94dfc2
Use splats properly
...
* thanks @jamonholmgren
2015-04-10 13:55:20 -04:00
Todd Werth
47db5056c8
Merge pull request #75 from squidpunch/use-proper-context-on-find
...
Use proper context on UIView.find
2015-04-09 12:04:15 -07:00
David Larrabee
a5e2588a0c
Use proper context on UIView.find
...
* Closes #74
2015-04-09 14:58:50 -04:00
David Larrabee
fc83391531
Update README to describe PM::DataTableScreen
2015-04-06 14:45:23 -04:00
David Larrabee
7eb232675f
Modify implementation of how data tables define cells
...
* We want a clean, clear, but flexible interface for using data tables
* We want the model to define our cell
* We want to be informative to the user if they do not define the cell
2015-04-06 14:39:52 -04:00
David Larrabee
847ef63128
Merge pull request #69 from infinitered/update-pm23
...
Update to ProMotion 2.3+
2015-04-06 14:38:47 -04:00
Mark Rickert
dc6e791649
Update docs for RMQ 1.2+
2015-04-06 11:14:15 -04:00
Mark Rickert
4c47be54fc
Merge branch 'master' into update-pm23
...
* master:
modifying docs for correct contribution workflow
removed newclear from dev section.
version bump for RMQ to 1.2
Conflicts:
Gemfile.lock
redpotion.gemspec
2015-04-06 10:03:58 -04:00
Gant Laborde
e64ce2101e
modifying docs for correct contribution workflow
2015-04-04 14:24:28 -05:00
David Larrabee
bb1f99b8ef
Update travis with install script, and caching
2015-04-04 08:57:31 -04:00
David Larrabee
6cd770eee5
Merge pull request #68 from infinitered/rmq_version_bump
...
version bump for RMQ from 1.1 to 1.2
2015-04-04 08:30:40 -04:00
Gant Laborde
03d79c3c3f
removed newclear from dev section.
2015-04-03 13:57:23 -05:00
Jamon Holmgren
acf3e16deb
ProMotion 2.3 or greater
2015-04-03 11:43:02 -07:00
Jamon Holmgren
0848d98896
Updated docs
2015-04-03 11:42:05 -07:00
Jamon Holmgren
a12641ad53
Updated to ProMotion 2.3+, remove workarounds
2015-04-03 11:36:43 -07:00
Gant
2107750c1f
version bump for RMQ to 1.2
2015-04-02 15:21:36 -05:00
David Larrabee
6bea237193
Merge pull request #64 from infinitered/data-table-cell-template
...
Allows the user to specify the cell template within the model
2015-04-02 15:16:27 -04:00
Todd Werth
f4f1bbf1f4
Added skeleton of MKDocs, and pulled in info from README
2015-03-29 18:46:27 -07:00
Mark Rickert
d926e9daa4
Allows the user to specify the cell template within the model
...
So they'd specify
def cell
{
cell_class: WhateverCell,
properties: {name: :name, something_else: :datetime}
}
end
2015-03-27 12:04:21 -04:00
Gant Laborde
7d791b384d
Update README.md
2015-03-21 10:52:32 -05:00
Gant Laborde
c3b8229e83
Merge pull request #60 from squidpunch/fix-color-pointer
...
Adds fix to color pointers for 32 bit devices
2015-03-21 10:42:09 -05:00
David Larrabee
5b45b25911
Push pod install to dev/null, limit travis output
2015-03-20 17:29:53 -04:00
David Larrabee
ce67c6d2af
Implements fix for pointers on 32 bit devices
...
* mirrors: https://github.com/infinitered/rmq/pull/209
2015-03-20 10:17:41 -04:00
David Larrabee
e2bf806ee6
Add iPhone 5 to travis (32 bit arch)
2015-03-20 10:17:41 -04:00
David Larrabee
db1f30d224
Merge pull request #59 from chrislerum/master
...
relocate instruction in comments
2015-03-04 17:03:35 -05:00
Chris Lerum
167da5d460
relocate instruction in comments
2015-03-04 14:23:13 -05:00
Todd Werth
00c24970ad
Merge pull request #58 from infinitered/error_upon_create_with_no_name
...
Supply error for missing template or app name.
2015-03-04 10:34:52 -08:00