rsl / stringex
Some [hopefully] useful extensions to Ruby’s String class. It is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions [miscellaneous helper methods for the String class].
☆984Updated last year
Related projects ⓘ
Alternatives and complementary repositories for stringex
- What ActiveModel left out☆1,196Updated last week
- Collection of RSpec/MiniTest matchers and Cucumber steps for testing email in a ruby app using ActionMailer or Pony☆1,199Updated 4 months ago
- Every Rails page has footnotes that gives information about your application and links back to your editor☆1,525Updated this week
- A simple Rack middleware to enforce ssl connections☆591Updated 3 years ago
- This project has moved to GitLab! Please check there for the latest updates.☆998Updated 3 years ago
- Easily switch current user☆730Updated 3 years ago
- The ActiveRecord acts_as_commentable plugin☆832Updated last year
- Offload CarrierWave's image processing and storage to a background process using ActiveJob or Sidekiq..☆739Updated 4 months ago
- Process your uploads in the background by uploading directly to S3☆838Updated 3 years ago
- Manage settings with Ruby on Rails☆1,009Updated 5 months ago
- View helpers for Rails applications☆727Updated last year
- Log parser to identify actions which significantly increase VM heap size☆1,178Updated 6 years ago
- Adds foreign key helpers to migrations and correctly dumps foreign keys to schema.rb☆1,325Updated 5 years ago
- Ruby library for HTML/XML transformation and sanitization☆935Updated 3 weeks ago
- API building tools on top of ActionController. Also, an awesome name.☆979Updated 5 years ago
- Provides a way to specify default values for ActiveRecord models☆737Updated last week
- Similar to acts_as_commentable; however, utilizes awesome_nested_set to provide threaded comments☆671Updated 2 years ago
- Yet another role-based authorization system for Rails☆853Updated 10 months ago
- Send e-mail straight from forms in Rails with I18n, validations, attachments and request information.☆879Updated 7 months ago
- This Ruby on Rails gem allows you to easily add Growl-like notifications to your application using a jQuery plugin called 'gritter'.☆566Updated 4 years ago
- An unmaintained authorization plugin for Rails. Please fork to support current versions of Rails☆1,242Updated 4 years ago
- A simple, ORM agnostic, Ruby >=2.2 compatible date validator for Rails, based on ActiveModel.