Sha256: 7096bbc8d5159e75287676daeb874bb6aa88a34ab2608f8d247dd39fad46fea8

Contents?: true

Size: 568 Bytes

Versions: 1

Compression:

Stored size: 568 Bytes

Contents

rails-dsl
=================

Provide Rails with some extra helpers,

For example for to ActionController::Base a 'duck_params' that parse string values into the right obj,
like:

* "123" to Fixnum
* {"hello":"world"} json into Hash
* "Fri, 25 Jan 2013 20:02:15 +0100" to DateTime obj
* "123.123" to Float obj
* "2011-03-12" to Date obj
* etc etc etc

if you call rails with --kill or -k command from now on, it will kill the application by it's pid file

    $ rails --kill
    #> At pid: 24922 the app is killed with pidfile: /home/asdf/rails_app/tmp/pids/server.pid

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails-dsl-0.2.0 README.md