
Chris Straight
- Total activity 42
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 12
Comments
Recent activity by Chris Straight-
Thanks for update and that is what i figured; however, I was thinking that I needed a very vast and all encompassing update process that has to account for each scenario. After thinking about it, t...
-
Podio::Application.install(app.app_id,{"space_id" => newSpace['space_id'],"features" => ['filters', 'tasks', 'widgets', 'integration', 'forms', 'items']}) Looks like 'tasks' isn't valid anymore. H...
-
Ahhh got it. Podio::Application.install(app.app_id,{"space_id" => newSpace['space_id'],"features" => ['filters', 'tasks', 'widgets', 'integration', 'forms', 'items']})
-
Having trouble figuring out the format for passing ensuring Items are installed. I'm not specifying any features. How would I go about specifying all of the features including items? Podio::Applic...
-
Not sure if I never noticed this or if its new, but the large textbox now supports tab and shift-tab for moving bullets back and forth.
-
Such as alt or some keystroke that puts focus on the formatting bar, so I can select bullets, indent, etc.
-
I would be satisfied with formatting shortcuts coming from the formatting bar.
-
It was an app exception with webrick. Looks like my main route was a post, but nothing was being returned / posting so webrick was throwing an exception.
-
Figured as much, but thought I'd ask. You don't see anything wrong with the statements I've posted? I guess if the space is creating then the API is working and that takes the API out of the pictur...
-
Finally able to get this working by not using the oauth2 / sinatra example and just using the built-in Podio components and taking some of the concepts from the examples you linked to with respect ...