Netzrauschen - posts tagged 'plugins' http://netzrauschen.tknetwork.de/ Netzrauschen - posts tagged 'plugins' - posts tagged 'plugins' http://netzrauschen.tknetwork.de/ http://9.asset.soup.io/asset/0321/1177_24e5.png 48 48 Tech &amp;amp; Culture: Fundstücke aus Netz und RL, zusammengestellt und kommentiert aus Sicht eines Teilzeit-Geeks. »In zwanzig Jahren wirst Du mehr enttäuscht sein von den Dingen die Du nicht getan hast, als von den Dingen, die Du getan hast. Also wirf die Leinen los. Verlasse den sicheren Hafen. Lass den Passatwind in Deine Segel wehen. Erforsche. Träume. Entdecke.« Mark Twain Xing | Twitter The Ruby Toolbox - Know your options! {"tags":["ruby","rails","plugins"],"type":"link","title":"The Ruby Toolbox - Know your options!","source":"http://www.ruby-toolbox.com/","body":"The Ruby Toolbox gives you an overview of these tools, sorted in categories and rated by the amount of watchers and forks in the corresponding source code repository on GitHub so you can find out easily what options you have and which are the most common ones in the Ruby community."} <p>The Ruby Toolbox gives you an overview of these tools, sorted in categories and rated by the amount of watchers and forks in the corresponding source code repository on GitHub so you can find out easily what options you have and which are the most common ones in the Ruby community.</p> <p><a href="http://www.ruby-toolbox.com/">http://www.ruby-toolbox.com/</a></p>Fri, 20 Aug 2010 11:41:19 GMThttp://netzrauschen.tknetwork.de/post/72047948/The-Ruby-Toolbox-Know-your-optionsurn:www-soup-io:1:72047948linkrubyrailsplugins Plugins/Authoring - jQuery JavaScript Library {"tags":["jquery","javascript","plugins"],"type":"link","title":"Plugins/Authoring - jQuery JavaScript Library","source":"http://docs.jquery.com/Plugins/Authoring","body":"jQuery offers a mechanism for adding in methods and functionality, bundled as plugins. Most of the methods and functions included in the default download are written using the jQuery plugin construct."} <p>jQuery offers a mechanism for adding in methods and functionality, bundled as plugins. Most of the methods and functions included in the default download are written using the jQuery plugin construct.</p> <p><a href="http://docs.jquery.com/Plugins/Authoring">http://docs.jquery.com/Plugins/Authoring</a></p>Sat, 19 Jun 2010 17:32:52 GMThttp://netzrauschen.tknetwork.de/post/61584250/Plugins-Authoring-jQuery-JavaScript-Libraryurn:www-soup-io:1:61584250linkjqueryjavascriptplugins Community Engine | A Social Networking Plugin for Ruby on Rails {"tags":["rails","plugins","engines"],"type":"link","title":"Community Engine | A Social Networking Plugin for Ruby on Rails","source":"http://www.communityengine.org/","body":"CommunityEngine is a free, open-source social network plugin for Ruby on Rails applications. Drop it into your new or existing application, and you\u2019ll instantly have all the features of a basic community site."} <p>CommunityEngine is a free, open-source social network plugin for Ruby on Rails applications. Drop it into your new or existing application, and you’ll instantly have all the features of a basic community site.</p> <p><a href="http://www.communityengine.org/">http://www.communityengine.org/</a></p>Fri, 13 Nov 2009 10:50:13 GMThttp://netzrauschen.tknetwork.de/post/34560766/Community-Engine-A-Social-Networking-Plugin-forurn:www-soup-io:1:34560766linkrailspluginsengines ASCIIcasts - “Episode 149 - Rails Engines” {"tags":["rails","plugins","engines"],"type":"link","title":"ASCIIcasts - \u201cEpisode 149 - Rails Engines\u201d","source":"http://asciicasts.com/episodes/149-rails-engines","body":"A Rails Engine is a method for embedding one Rails application into another. Engines have been available as a plugin for a while, but much of the same functionality is now built in to Rails 2.3. We\u2019ll show you how it works in this episode"} <p>A Rails Engine is a method for embedding one Rails application into another. Engines have been available as a plugin for a while, but much of the same functionality is now built in to Rails 2.3. We’ll show you how it works in this episode</p> <p><a href="http://asciicasts.com/episodes/149-rails-engines">http://asciicasts.com/episodes/149-rails-engines</a></p>Fri, 13 Nov 2009 10:40:39 GMThttp://netzrauschen.tknetwork.de/post/34560768/ASCIIcasts-Episode-149-Rails-Enginesurn:www-soup-io:1:34560768linkrailspluginsengines Rails Engines {"tags":["rails","plugins","engines"],"type":"link","title":"Rails Engines","source":"http://rails-engines.org/","body":"The engines plugin enhances Rails plugins \u2014 allowing sharing of code, views and other aspects of your application in a clear and managed way."} <p>The engines plugin enhances Rails plugins — allowing sharing of code, views and other aspects of your application in a clear and managed way.</p> <p><a href="http://rails-engines.org/">http://rails-engines.org/</a></p>Fri, 13 Nov 2009 10:14:27 GMThttp://netzrauschen.tknetwork.de/post/34560769/Rails-Enginesurn:www-soup-io:1:34560769linkrailspluginsengines Crossing borders: Extensions in Rails {"tags":["rails","plugins"],"type":"link","title":"Crossing borders: Extensions in Rails","source":"http://www.ibm.com/developerworks/java/library/j-cb03137/index.html","body":"If you've spent any time at all with Rails, you've doubtless noticed the acts_as commands in ActiveRecord. Though ActiveRecord deals with persistence, you often want to add behavior to your classes beyond database storage and retrieval. For example, by using acts_as_tree, you can add tree-like behavior to a class with a parent_id attribute. By saying nothing more than acts_as_tree in your ActiveRecord model, you can dynamically add methods to manage the tree, such as methods that retrieve the parent record or child record. Over the past month, I've been able to find Rails plug-ins to handle voting, versioning, Ajax, composite keys, and all manner of features that basic Rails doesn't support."} <p>If you've spent any time at all with Rails, you've doubtless noticed the acts_as commands in ActiveRecord. Though ActiveRecord deals with persistence, you often want to add behavior to your classes beyond database storage and retrieval. For example, by using acts_as_tree, you can add tree-like behavior to a class with a parent_id attribute. By saying nothing more than acts_as_tree in your ActiveRecord model, you can dynamically add methods to manage the tree, such as methods that retrieve the parent record or child record. Over the past month, I've been able to find Rails plug-ins to handle voting, versioning, Ajax, composite keys, and all manner of features that basic Rails doesn't support.</p> <p><a href="http://www.ibm.com/developerworks/java/library/j-cb03137/index.html">http://www.ibm.com/developerworks/java/library/j-cb03137/index.html</a></p>Fri, 13 Nov 2009 08:54:12 GMThttp://netzrauschen.tknetwork.de/post/34560770/Crossing-borders-Extensions-in-Railsurn:www-soup-io:1:34560770linkrailsplugins Alex Young: A Taxonomy of Rails Plugins {"tags":["rails","plugins"],"type":"link","title":"Alex Young: A Taxonomy of Rails Plugins","source":"http://alexyoung.org/2007/06/16/a-taxonomy-of-rails-plugins/","body":"The purpose of this article is to demystify writing plugins using examples of common patterns used by popular plugins."} <p>The purpose of this article is to demystify writing plugins using examples of common patterns used by popular plugins.</p> <p><a href="http://alexyoung.org/2007/06/16/a-taxonomy-of-rails-plugins/">http://alexyoung.org/2007/06/16/a-taxonomy-of-rails-plugins/</a></p>Fri, 13 Nov 2009 08:26:46 GMThttp://netzrauschen.tknetwork.de/post/34560771/Alex-Young-A-Taxonomy-of-Rails-Pluginsurn:www-soup-io:1:34560771linkrailsplugins Paperclip: Attaching Files in Rails | Ruby on Rails {"tags":["rails","paperclip","plugins"],"type":"link","title":"Paperclip: Attaching Files in Rails | Ruby on Rails","source":"http://jimneath.org/2008/04/17/paperclip-attaching-files-in-rails/","body":"Paperclip is an awesome rails plugin by Jon Yurek at Thoughtbot. It is one of many plugins currently available that cater for file uploading and thumbnailing"} <p>Paperclip is an awesome rails plugin by Jon Yurek at Thoughtbot. It is one of many plugins currently available that cater for file uploading and thumbnailing</p> <p><a href="http://jimneath.org/2008/04/17/paperclip-attaching-files-in-rails/">http://jimneath.org/2008/04/17/paperclip-attaching-files-in-rails/</a></p>Tue, 11 Aug 2009 08:41:41 GMThttp://netzrauschen.tknetwork.de/post/25213916/Paperclip-Attaching-Files-in-Rails-Ruby-onurn:www-soup-io:1:25213916linkrailspaperclipplugins