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

rss_feedDaily RSS Feed
floral_left The Daily Shaarli floral_right
——————————— January 5, 2016 - Tuesday 05, January 2016 ———————————
emoji - unicode -
thumbnail

Table de correspondance emoji entres différents softs/plateformes

git - clean - reset -
thumbnail

Show what will be deleted with the -n option:

git clean -f -n

Then - beware: this will delete files - run:

git clean -f

rails - plural - irregular -

Framework counterpart.

In config/initializers, you will find a file called inflections.rb. There are some instructions in here, but you will want something along the lines of:

ActiveSupport::Inflector.inflections do |inflect|
inflect.irregular 'bonus', 'bonuses'
end

-