Public Notes
on
histre
alloy/kicker · GitHub
github.com
"A lean, agnostic, flexible file-change watcher.
github.com/alloy/kicker/raw/master/html/images/kikker.jpg
Meet king kikker, kicking stuff in your computers is his dream come true!
Drawing by Manfred Stienstra. The character is purely fictional, so if you feel offended; live with it.
Installation
$ gem install kicker -s http://gemcutter.org"
#ruby #gems #pub
Show More
NeoCities
neocities.org
"Your free home page is waiting.. once again.
NeoCities allows you to create your own free web site!"
"10 Megabytes. You can have HTML, Images, Text, CSS, Markdown, and JavaScript. That's it."
#free #open_source #ruby #Geocities #throwbacks #geeky #uncensored #pub
Show More
thizzle/traktflix
github.com
#Trakt #ruby #rails #netflix #logging #pub
Show More
Rails 4.0 - MindMeister Mind Map
www.mindmeister.com
#interesting #Rails #mind_maps #ruby #rails4 #pub
Show More
Speeding up Rails apps by tuning the Ruby GC - Tony's Place
blog.tonycode.com
#references #interesting #Rails #ruby #patching #performance #pub
Show More
glTail.rb - realtime logfile visualization
www.fudgie.org
"View real-time data and statistics from any logfile on any server with SSH, in an intuitive and entertaining way.
FEATURES
Real-Time
Multiple logfiles on multiple servers
Configurable layout
Multiple logfile parsers
(Apache Combined, Rails, IIS, Postfix/spamd/clamd, Nginx, Squid, PostgreSQL, PureFTPD, MySQL, TShark, qmail/vmpop3d)
Custom events
Show rate, total or average
If you can 'tail' it, you can visualize it
Written in Ruby using net-ssh, chipmunk & ruby-opengl
Free! (GPLv2)"
#ruby #open_source #geeky #pub
Show More
Artoo
artoo.io
"Artoo is a micro-framework for robotics.
It provides a simple, but powerful DSL (domain-specific language) for robots and physical computing.
With Artoo, you can easily connect multiple, different hardware devices together into a single solution."
_Hooks for Arduino, Sphero, AR.Drone, & Roomba (as of July 2013)_
#ruby #gems #robotics #DSL #automation #Arduino #Roomba #Sphero #AR.Drone #pub
Show More
Hahahaha
#badass #rebels #ruby #Rails #vulnerabilities #issues #funny #pub
Show More
rails/strong_parameters · GitHub
github.com
"With this plugin Action Controller parameters are forbidden to be used in Active Model mass assignments until they have been whitelisted. This means you’ll have to make a conscious choice about which attributes to allow for mass updating and thus prevent accidentally exposing that which shouldn’t be exposed.
In addition, parameters can be marked as required and flow through a predefined raise/rescue flow to end up as a 400 Bad Request with no effort."
#Rails #rails4 #gems #security #ruby #code #MVC #pub
Show More
Amber on Rails
amberonrails.com
Like the simple blog layout
#sexy #ideas #web_design #layouts #blogs #Jekyll #ruby #pub
Show More
Goodbye, Wordpress! - Amber on Rails
amberonrails.com
Like the simple blog layout
"Here are some of the main components that I used:
Standard boilerplate from Tom Preston-Warner himself, with pagination.
Category generation plugin from Recursive Design.
Disqus for comments. I don't really buy into the whole argument against using Disqus for static sites (that it defeats the purpose of having a static site).
RSS feed template from Recursive Design.
All of the templates and styles are handwritten. Being able to customize all aspects of the blog is definitely one of the major perks of using Jekyll!"
#ideas #ruby #Jekyll #blogs #layouts #sexy #web_design #pub
Show More
The Ruby Show
rubyshow.com
The Changelog - Open source moves fast. Keep up.
thechangelog.com
I come bearing gifts, if anyone would like to host some of this themselves.<p>Th... | Hacker News
news.ycombinator.com
#from:Windows_Phone #code #Ruby #Sinatra #@to_investigate #hacks #APIs #images #pub
Show More
muflax/fume
github.com
#productivity #time_tracking #Ruby #open_source #code #cli #@to_look_into #beeminder #pub
Show More
How to find out which JavaScript events fired? - Stack Overflow
stackoverflow.com
#watir #Ruby #pub
Show More
Re: using the current method name within current method
blade.nagaokaut.ac.jp
"Aleks Kissinger wrote:
> Depending on how you feel about mucking with core ruby types, a method
> like this one seems like a decent candidate for mixing in to Object.
>
> class Object
> def this_method
> caller[0]=~/`(.*?)'/
> $1
> end
> end
These methods are typically put into Kernel and made private. Also, you
don't check whether the RX actually matches. I'd also prefer to change
the RX to a more efficient one. So that would give
module Kernel
private
def this_method
caller[0] =~ /`([^']*)'/ and $1
end
end
Kind regards
robert"
#Ruby #code #core #dynamic #pub
Show More
using the current method name within current method - Ruby Forum
www.ruby-forum.com
#Ruby #code #core #dynamic #pub
Show More
RDoc Documentation
www.ruby-doc.org
#Ruby #keywords #reserved #references #pub
Show More
#Ruby #keywords #reserved #references #pub
Show More
Idiomatic object creation in ruby - Stack Overflow
stackoverflow.com
#Ruby #references #tidbits #good_to_know #boilerplates #pub
Show More
Best practice to connect objects between them in ruby - Stack Overflow
stackoverflow.com
Ala ActiveRecord associations. Might be good for own projects like @AProject
#Ruby #references #objects #inheritance #@to_grok #@to_utilize #pub
Show More
tenderlove/psych
github.com
"Psych is a YAML parser and emitter. Psych leverages libyaml for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format."
#Ruby #gems #yaml #wrappers #pub
Show More
ruby - How to loop throgh all links in div and collect values from opened fields - Stack Overflow
stackoverflow.com
#Watir #references #tidbits #reminders #advanced_basics #Ruby #code #pub
Show More
Demystifying Keyword Driven Using WATIR
www.scribd.com
#Watir #web_automation #docs #references #guides #info #Ruby #code #pub
Show More
Collect and share the web
Get started for free