msadouni / rails_extensions

Extensions to Rails core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RailsExtensions

Extensions to Rails core libraries.

Installation

script/install git://github.com/msadouni/rails_extensions.git

ActiveSupport

String

  • truncate(options => {}) : truncates a string like ActionView::Helpers::TextHelper.truncate with the same length and omission options
  • httpize : prepends http:// to a string if it isn't already present.

Copyright (c) 2010 Matthieu Sadouni, released under the MIT license

About

Extensions to Rails core

License:MIT License


Languages

Language:Ruby 100.0%