apotonick (Nick Sutterer)

Name
Nick Sutterer
Email
Website/Blog
http://apotomo.de
Location
Freiburg/Germany
Member Since
May 15, 2008 (about 1 year)

Following 0 githubbers and watching 20 repositories view all →

Public Repositories (9)

  • cells

    Components for Rails.

    legend

    Last updated Wed Dec 02 02:06:34 -0800 2009

  • dashboard_tutorial

    Rails app showing how to build dashboards with Apotomo.

    legend

    Last updated Sat Nov 14 11:05:20 -0800 2009

  • apotomo_examples

    A counter, a TODO app and some more sample Apotomo widgets in a Rails project.

    legend

    Last updated Wed Nov 11 07:43:31 -0800 2009

  • cells_examples

    A rails project to demonstrate cells in action.

    legend

    Last updated Fri Oct 23 00:31:16 -0700 2009

  • apotomo

    Apotomo is a stateful widget component framework for Rails.

    legend

    Last updated Wed Oct 21 13:17:19 -0700 2009

  • apotomo_yui

    Apotomo widgets that wrap YUI components and interconnect the Rails and YUI worlds.

    legend

    Last updated Sat Oct 10 02:37:39 -0700 2009

  • apotomo_yui_examples

    A Rails example app for the YUI widgets in Apotomo.

    legend

    Last updated Tue Jul 07 23:53:45 -0700 2009

  • pingback_engine

    A Rails plugin for sending and receiving pingbacks.

    legend

    Last updated Mon Dec 22 06:42:28 -0800 2008

  • apotomo_extjs

    ExtJS widgets for Apotomo

    legend

    Last updated Fri Aug 08 01:46:56 -0700 2008

Public Activity feed

apotonick commented on emmanuel/cells Fri Dec 04 03:35:19 -0800 2009
Comment in ee41d23:

pushing @cell into the view as @controller looks tempting but it doesn't work with the helpers. they sometimes do nasty stuff with the controller instance and we wouldn't want to map that evil things in the cell, would we?

apotonick pushed to master at apotonick/cells Wed Dec 02 02:06:34 -0800 2009
HEAD is 31e115c03a26f719c1d7d84113af8fb7157943d1

6 commits »

apotonick pushed to better-render at apotonick/cells Wed Dec 02 02:06:34 -0800 2009
HEAD is 31e115c03a26f719c1d7d84113af8fb7157943d1
  • apotonick committed 31e115c0:
    minor cleanups thanks to Michał Łomnicki [mlomnicki].
apotonick commented on apotonick/cells Fri Nov 27 10:15:16 -0800 2009
Comment in 8b74f2a:

i keep repeating myself: "another rails-trick i didn't know..." :-)
of course i hate you! zdrowie! thanks for the advice. i'm already sipping wine.......

apotonick commented on slippyd/cells Fri Nov 27 01:24:27 -0800 2009
Comment in 34db9ac:

another rails trick i didn't know...

apotonick pushed to better-render at apotonick/cells Thu Nov 26 14:49:45 -0800 2009
HEAD is 8b74f2a0d8fd895414bb0ad1d785508a546c9f36
  • apotonick committed 8b74f2a0:
    render :state => ... works. you can even do things like
apotonick pushed to better-render at apotonick/cells Thu Nov 26 13:49:50 -0800 2009
HEAD is 878be076f69a485579b042b7d66dccac725a11c6
  • apotonick committed 878be076:
    added a Deprecation warning when the state doesn't call #render or returns a string.
apotonick started watching emmanuel/cells Thu Nov 26 01:14:20 -0800 2009
cells's description:
Components for Rails.
apotonick pushed to better-render at apotonick/cells Tue Nov 24 14:31:43 -0800 2009
HEAD is 360aae978c6ba70a9a6cff583b6d6bc3fb406dd1
  • apotonick committed 360aae97:
    changed #render to be explicit, meaning it will really return the rendered view and thus has to be called and returned explicitly from the state method.
apotonick pushed to better-render at apotonick/cells Tue Nov 24 13:46:54 -0800 2009
HEAD is 0d63bda76c4f9e6b9f2794d305d3d5703ff74508
apotonick created branch better-render at apotonick/cells Fri Nov 20 03:05:48 -0800 2009
apotonick edited a page in the apotonick/cells wiki Thu Nov 19 23:59:58 -0800 2009
"RFC: API for #render" is at apotonick/cells/wikis/rfc-api-for-render
apotonick edited a page in the apotonick/cells wiki Wed Nov 18 00:33:08 -0800 2009
"RFC: API for #render" is at apotonick/cells/wikis/rfc-api-for-render
apotonick edited a page in the apotonick/cells wiki Mon Nov 16 14:02:34 -0800 2009
"RFC: API for #render" is at apotonick/cells/wikis/rfc-api-for-render
apotonick created a page in the apotonick/cells wiki Mon Nov 16 13:53:07 -0800 2009
"RFC: API for #render" is at apotonick/cells/wikis/rfc-api-for-render
apotonick pushed to master at apotonick/dashboard_tutorial Sat Nov 14 11:05:20 -0800 2009
HEAD is b600d213cd1720eae89352db8d5b08acd7f0c1e7
  • apotonick committed b600d213:
    step 1: added a sandbox to implement and test dashboard widgets.
apotonick edited a page in the apotonick/apotomo wiki Sat Nov 14 10:58:32 -0800 2009
"Troubleshooting" is at apotonick/apotomo/wikis/troubleshooting
apotonick created branch master at apotonick/dashboard_tutorial Fri Nov 13 09:46:09 -0800 2009
apotonick created repository dashboard_tutorial Fri Nov 13 03:09:43 -0800 2009
New repository is at apotonick/dashboard_tutorial
apotonick commented on mlomnicki/cells3 Fri Nov 13 02:14:13 -0800 2009
Comment in 23b99ce:

good job, michał, i love it! that's A LOT of beers.

anyway i dislike the fact, that AbstractController#render doesn't simply return what it rendered. instead of, you have to access the instance variable response_body! that's what i hate about rails - those dependencies everywhere in form of instance variables...

could we re-introduce #dispatch_state as we need a hook in Apotomo?

apotonick started watching mlomnicki/cells3 Thu Nov 12 05:03:40 -0800 2009
cells3's description:
Port for rails 3.0
apotonick pushed to master at apotonick/apotomo_examples Wed Nov 11 07:43:32 -0800 2009
HEAD is 0419ac5c686bf9c4b7fe12fae8d4ec9f6923a932

2 commits »

apotonick pushed to master at apotonick/cells_examples Fri Oct 23 00:31:19 -0700 2009
HEAD is f0610050ac7eb86f758d2de10f69ff87a353ecfa
  • apotonick committed f0610050:
    updated the cells plugin submodule, and improved the README. everything's working now, again!
apotonick pushed to master at apotonick/apotomo Wed Oct 21 13:17:20 -0700 2009
HEAD is 5fac619ddca65eba5477415eaed05aa6b0ecdce3
  • apotonick committed 5fac619d:
    added new option :html_options for #render to provide additional html attributes to the div surrounding the widget.
apotonick pushed to master at apotonick/apotomo Tue Oct 20 03:02:07 -0700 2009
HEAD is cf7b7c33c82c1e83138335a33cba1fb9af877730
  • apotonick committed cf7b7c33:
    added #render :js => ... to render "vanilla" JavaScript from states, again.
apotonick pushed to master at apotonick/cells_examples Mon Oct 19 13:06:14 -0700 2009
HEAD is 17746cfa71f89f3ff8b522dc46009a75995de033
  • apotonick committed 17746cfa:
    updated NewsletterCell to show the usage of #form_for in cell state views.
apotonick pushed to master at apotonick/apotomo Mon Oct 19 04:14:19 -0700 2009
HEAD is c2ac9a59454220af3c97d15f5c80730d81f5454b

2 commits »

apotonick pushed to master at apotonick/apotomo_examples Sun Oct 18 07:55:55 -0700 2009
HEAD is fa004e9105e4fc6f5675e9102d2c1571b9174824
  • apotonick committed fa004e91:
    added the webhunter example. browse to /forest/undergrowth and see http://apotomo.de/2009/10/how-to-catch-a-mouse-with-apotomo/ for tutorial.
apotonick pushed to master at apotonick/apotomo Sat Oct 10 11:40:49 -0700 2009
HEAD is 198604d92aadb78184dd9f1fffc37fa0a7204a15
  • apotonick committed 198604d9:
    moved widget tree flushing behaviour to a :before_filter, makes ?reload_tree=1 work properly now.
apotonick pushed to master at apotonick/apotomo_yui Sat Oct 10 02:37:39 -0700 2009
HEAD is c7f15acdd6d094a9c60ec8c4ecd18cac77443151
  • apotonick committed c7f15acd:
    fixed WidgetShortcuts methods to work with the new Apotomo::StatefulWidget constructor.
apotonick pushed to master at apotonick/apotomo Fri Oct 09 07:59:45 -0700 2009
HEAD is ddf8050461e2097cdab77e77b4015fc11e705559
  • apotonick committed ddf80504:
    introduced #has_widgets which allows adding widgets in controller class context.
apotonick pushed to master at apotonick/apotomo Wed Oct 07 04:11:11 -0700 2009
HEAD is 47f9c320adaad42f272c3734f26e5d9305dcdf71
  • apotonick committed 47f9c320:
    added ViewHelper#url_for_event to quickly generate trigger urls.
apotonick started watching slippyd/cells Mon Oct 05 00:02:20 -0700 2009
cells's description:
Components for Rails.
apotonick started watching jalberto/apotomo Thu Oct 01 23:01:30 -0700 2009
apotomo's description:
Apotomo is a stateful widget component framework for Rails.
apotonick pushed to master at apotonick/cells Wed Sep 30 07:06:36 -0700 2009
HEAD is ae56a1373e9fd363e0d055d374c8ef00d7f56a29
  • apotonick committed ae56a137:
    introduced Cell::Base#cache_configured? which is used now in every cache-dependent decider. RAILS_ENV is no longer inspected for caching, ActionController::Base.cache_configured? is the authorative switch now.