Repository is archived
No commit activity in last 3 years
No release in over 3 years
Helper modules for building websites. Relax and use often used methods in flash, content, locale and model areas. Used and tests available.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
>= 0

Runtime

 Project Readme

StarlightHelpers

Why

I needed common used methods when I'm programming websites in one place, not in /lib directories across more projects and with different updates. And this time I've added unit tests. Finally the feeling, that my code is falling apart, is gone.

And I'm sharing it with YOU! Enjoy.

Usage

Read the source or tests. They are simple. Of course I add documentation later.

Roadmap

  • better rendering of the content (allow options for markdown), add textile, escape entities in plaintext
  • add stylistic filters to the content renderer - change of quotes, remove double spaces and such eye candy things

Installation

Add this line to your application's Gemfile:

gem 'starlight_helpers'

And then execute:

$ bundle

Or install it yourself as:

$ gem install starlight_helpers

Contributing

  1. Fork it ( http://github.com/istana/starlight_helpers/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request