16 Commits

Author SHA1 Message Date
David Larrabee
8f678425c1 generator should use spec in spec filenames 2014-12-02 21:28:20 -05:00
David Larrabee
c0feb263af Updates console command help text for XCode 6
Now that we default to SDK 8.1 in the new app template it make sense
  to provide the new device_name parameter
2014-10-14 17:42:13 -04:00
Todd Werth
3cc223d620 Changes to rmq console command: removed "api", added "rmq docs some_word" and "rmq docs 'some phrase'" for searching the docs 2014-06-26 08:42:23 -07:00
Todd Werth
f9091ecf25 Temp fix of "rmq create" not pulling latest the latest template 2014-04-24 10:47:02 -07:00
Gant Laborde
0ab8a259a1 Tweaking the regex
Using the `*` is slower.  Since this item will likely only have (or should only match) a single underscore, moving it to the `?` match for zero or one, will be much faster and smarter.
2014-04-06 18:23:43 -05:00
Gant Laborde
4d8abbbecc updating regex for controller/stylesheet replace
[Existing code](0fb018c2b4/bin/rmq (L109)) was replacing the word controller, but not fixing the extra underscore.  E.g.

`rmq create controller neat_cool_controller` would generate files with double underscores from the replace: ergo `neat_cool__controller`

Updated the regex to pick it up.
2014-04-06 14:30:31 -05:00
Todd Werth
51eb28b5a8 Added template for a UITableView: rmq create table_view_controller bars 2014-02-16 15:45:42 -08:00
Ben Emson
aa69a72d7c Added check for rmq-template directory, which it will clone if missing 2014-02-07 18:36:30 +00:00
Todd Werth
29f7cc1d39 Added collection_view_controller template, color.random, updated readme 2013-10-19 21:42:28 -07:00
Todd Werth
b7c9c4af78 Added RubyMotionQuery::VERSION and updated gemspec and updated rmq command --version, etc 2013-10-09 12:36:06 -07:00
Todd Werth
b2bbc45b01 Fixed problems with rmq command used as a gem 2013-10-08 15:06:15 -07:00
Todd Werth
fc15ff2ef2 Added generators/templates to rmq command-line tool, such as:
rmq create controller foo
rmq create view foo_bar
2013-10-08 08:51:00 -07:00
Todd Werth
fd3b7e1aed Added to rmq command, fixed but with button styler 2013-08-27 16:08:56 -07:00
Todd Werth
4c5616f5c5 Changed rmq script to ruby from bash 2013-08-26 12:57:30 -07:00
Todd Werth
d2b05d9082 Fixed issue with rmq create 2013-08-26 12:15:01 -07:00
Todd Werth
0a8ee436e9 Ok, one more time, :-/ 2013-08-26 12:11:59 -07:00