All links of one day
in a single page.
<Previous day - Next day>

rss_feedDaily RSS Feed
floral_left The Daily Shaarli floral_right
——————————— September 9, 2016 - Friday 09, September 2016 ———————————
ruby - bundle - gem -

Summary: In general, after making a change to the Gemfile(5) , you should first try to run bundle install, which will guarantee that no other gem in the Gemfile(5) is impacted by the change. If that does not work, run bundle update(1).

rss - github - veille -

Pour avoir un flux atom pour suivre les tags ou les releases d'un projet github, c'est très simple, il suffit d'ajouter ".atom" à l'url

Par exemple si je veux suivre les releases de rails : https://github.com/rails/rails/releases.atom

-