Public Notes on
View Public Collections
"Watir is a great framework for automated testing web applications. It is easy to get started with Watir, but do you use effectively for testing real-world test scenarios? Such as data driving test from an Excel spreadsheet and handling pop up dialogs. Watir Recipes will show you the solution for your problems from the experts who have already solved them. All recipe test scripts (100+) are ready-to-run, i.e., I created the target web pages and test sites, so that you can simply find the recipe and run, in matter of seconds. Owning this book is like having a test automation coach sitting next to you." #Watir #web_automation #docs #references #guides #info #Ruby #code #ebooks #paid #recipes #@to_get #pub
Show More
Watir Recipes zhimin.com
"Watir is a great framework for automated testing web applications. It is easy to get started with Watir, but do you use effectively for testing real-world test scenarios? Such as data driving test from an Excel spreadsheet and handling pop up dialogs. Watir Recipes will show you the solution for your problems from the experts who have already solved them. All recipe test scripts (100+) are ready-to-run, i.e., I created the target web pages and test sites, so that you can simply find the recipe and run, in matter of seconds. Owning this book is like having a test automation coach sitting next to you." #Watir #code #info #guides #recipes #references #web_automation #ebooks #paid #Ruby #docs #@to_get #pub
Show More
"DSL to make shell operations easier within a ruby program. Mainly intended for use via IRB. I would like to be able to use Pry, but Pry's builtin commands interfere with simple use of the DSL. Note: You can still use this with pry - just not from the default namespace. You'd need to include the DSL in a module, and then invoke the DSL methods on the module." " Usage irb> require 'rubygems' irb> require 'rubyshell' irb> do stuff! Supported commands: ls cd pushd popd mkdir rm rmdir rmdir_force touch cat" #Ruby #gems #irb #cli #pry #DSLs #pub
Show More
"Use Watir with RSpec with ease." #Watir #gems #RSpec #web_automation #Ruby #pub
Show More
Used to be called Tickets Rb or something? Now TaskMapper "Taskmapper is a Gem which eases communication with various project and ticket management systems by providing a consistent Ruby API. Taskmapper let's you "remap" a system into the consistent Taskmapper API, easily. For instance the description of an issue/ticket, might be named description in one system, and problem-description somewhere else. Via Taskmapper, this would always be called description. The Taskmapper remaps makes it easy for you to integrate different kinds of ticket systems, into your own system. You don't have to take care of all the different kinds of systems, and their different APIs. Taskmapper handles all this for you, so you can focus on making your application awesome." Supports Pivotal Tracker, Lighthouse App, Basecamp, Github, Unfuddle, Kanbanpad, Redmine, Trac, Bugzilla #Ruby #open_source #remapping #syncing #APIs #gems #cli #project_management #task_management #ticket_management #pub
Show More
Skorks www.skorks.com
#blogs #Ruby #web_development #pub
Show More
"Engagement is a Ruby Gem that will help you find out the number of comments a URL is receiving on Reddit, HackerNews, Disqus or Twitter" #from:Windows_Phone #research #gems #ruby #social_media #analytics #data #@to_use #pub
Show More
Flipper gem examples #Ruby #gems #examples #code #references #pub
Show More
"Feature flipping is the act of enabling or disabling features or parts of your application, ideally without re-deploying or changing anything in your code base. The goal of this gem is to make turning features on or off so easy that everyone does it. Whatever your data store, throughput, or experience, feature flipping should be easy and have minimal impact on your application. Usage The goal of the API for flipper was to have everything revolve around features and what ways they can be enabled. Start with top level and dig into a feature, then dig in further and enable that feature for a given type of access, as opposed to thinking about how the feature will be accessed first (ie: stats.enable vs activate_group(:stats, …))." #Ruby #gems #pub
Show More
#Ruby #libraries #gems #pub
Show More
#Ruby #libraries #gems #pub
Show More
"Sucker Punch is a single-process Ruby asynchronous processing library. It's girl_friday and DSL sugar on top of Celluloid. With Celluloid's actor pattern, we can do asynchronous processing within a single process. This reduces costs of hosting on a service like Heroku along with the memory footprint of having to maintain additional jobs if hosting on a dedicated server. All queues can run within a single Rails/Sinatra process. Sucker Punch is perfect for asynchronous processes like emailing, data crunching, or social platform manipulation. No reason to hold up a user when you can do these things in the background within the same process as your web application..." #Ruby #gems #background_jobs #single_processes #pub
Show More
#from:Windows_Phone #ruby #rails #bootstrap #gems #sass #bootstrap3 #pub
Show More
#from:Windows_Phone #ruby #rails #bootstrap #gems #sass #pub
Show More
#from:Windows_Phone #ruby #gems #web_scraping #web_crawling #nokogiri #pub
Show More
"You're a Ruby developer, and you're ready for more. RubyTapas is for the busy Ruby or Rails developer who is ready to reach the next level of code mastery. Short screencasts twice a week will introduce you to a wide variety of intermediate to advanced Ruby concepts and techniques, as well as core Object-Oriented design principles." #screencasts #paid #monthly #price:$9 #web_development #tutorials #dev #freemium #rails #videos #ruby #$kippt_bookmark #pub
Show More
ShipRise Media shiprise.dpdcart.com
#ebooks #books #Ruby #web_development #development #tutorials #guides #paid #free #freemium #ecommerce #Rails #pub
Show More
"I post free screencasts about intermediate to advanced Ruby topics every Monday. Want more? Subscribe to RubyTapas!" #screencasts #free #Ruby #Rails #tapas #web_development #tutorials #pub
Show More
"Changes the current Ruby. Features Updates $PATH. Also adds RubyGems bin/ directories to $PATH. Correctly sets $GEM_HOME and $GEM_PATH. Users: gems are installed into ~/.gem/$ruby/$version. Root: gems are installed directly into /path/to/$ruby/$gemdir. Additionally sets $RUBY_ROOT, $RUBY_ENGINE, $RUBY_VERSION and $GEM_ROOT. Optionally sets $RUBYOPT if second argument is given. Calls hash -r to clear the command-lookup hash-table. Fuzzy matching of Rubies by name. Defaults to the system Ruby. Optionally supports auto-switching and the .ruby-version file. Supports bash and zsh. Small (~90 LOC). Has tests. Anti-Features Does not hook cd. Does not install executable shims. Does not require Rubies be installed into your home directory. Does not automatically switch Rubies by default. Does not require write-access to the Ruby directory in order to install gems." #alternatives #version_managers #shell #open_source #ruby #dev #pub
Show More
#from:Windows_Phone #captcha #rails #gems #ruby #honeypots #eh #pub
Show More
#Ruby #docs #guides #references #examples #code #pub
Show More
"Massages HTML how you want to: sanitize tags, remove headers and footers, convert to plain text." "Summary Remove headers and footers and navigation, and strip to only the "content" part of the HTML Sanitize tags, removing javascript and styling Convert HTML to markdown, plain text, or sanitized HTML" #Ruby #repos #starred #parsing #html #html_parsing #parsers #pub
Show More
Discourse www.discourse.org
#open_source #Ruby #forums #discussions #@to_check_out #intriguing #pub
Show More
"What is Huginn? Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create and consume events, propagating events along a directed event flow graph. Think of it as Yahoo! Pipes plus IFTTT on your own server. You always know who has your data. You do. the origin of the name This is just getting started, but here are some of the things that you can do right now with Huginn: Watch for air travel deals List terms you care about and receive emails when their occurrence on Twitter changes drastically. (For example, want to know when something interesting has happened in the world of Machine Learning? Huginn will watch the term "machine learning" on Twitter and tell you when there is a large spike.) Track the weather and get an email when it's going to rain (or snow) tomorrow Follow your project names on Twitter and get updates when people mention them Scrape websites and receive emails when they change Track your location over time" #geeky #productivity_fun #ifttt #agents #alternatives #automation #Ruby #@to_try #triggers #pipes #open_source #pub
Show More