Mark Rickert
Mark Rickert
Updating to the latest RM and using CDQ from github/master i get: ``` Jul 13 16:19:55 Marks-iPhone App Dev[1231] : config.rb:38:in `block in initialize:': uninitialized constant CDQ::CDQConfig::YAML (NameError) Jul 13...
Fixed: Add this to your gemfile: ``` ruby gem "cdq", "1.0.6" gem "motion-yaml", "1.4" ``` Seems as thought motion-yaml had some updates that have broken CDQ. Maybe we should hardcode...
Sweet. Now to figure out what motion-yaml changed between then and now so we don't have to rely on an old version in CDQ...
Hey @fieldly Can you post samples of your db schema files? One thing to note is that when you create a new schema, it's not a diff, it's a replication...
I'm seeing a pattern here of spaces in file names instead of underscores. I'm wondering if that's the issue here...
I'm running into this issue as well. Turns out that `` does some lazy loading and we have to account for it. I found that implementing this library and adjusting...
Hi @sfsekaran, thanks for reporting this. This should be a simple fix and we'd welcome a pull request with accompanying tests.
What if we made `nav_bar_buttons` an accessable array? We could do something like: ``` ruby set_left_nav_bar_button whatever left_nav_bar_buttons
I already have 85% of the code written to do this so it shouldn't be too hard to integrate into RMQ when i get some time :)