Git Product home page Git Product logo

narn's Introduction

NARN - Not Another Rails Newsletter

== Introduction

NARN is a complete and useful newsletter for your Rails application. User can add his address to a newsletter (with account activation) or unregister. You can create and send newsletters to all singned up users. Seems to be everything you can expect from a newsletter engine.

== Installation

To install plugin run in your application directory:

  ruby script/plugin install git://github.com/aenima/narn.git

NARN requires Engines. If you haven't got them already installed in your application, they will be installed automatically.

You'll need to add a single line to the top of config/environment.rb just below the require for Rails' own boot.rb file:

  require File.join(File.dirname(__FILE__), '../vendor/plugins/engines/boot')

At the end of config/environment.rb add:

  gem 'mislav-will_paginate', '~> 2.2'
  require 'will_paginate'
    
To generate plugin migrations you should also run:

  ruby script/generate plugin_migration

== Usage
  
After installing the plugin and running migrations you're ready to go with NARN. Just like ActionMailer: it should work with sendmail out of the box, other solutions need a bit of configuration.
  
Copyright (c) 2008 Aenima, released under the MIT license

While producing plugin fragments of code by David Welton were used.

narn's People

Stargazers

Marco Bergantin avatar

Watchers

Marco Bergantin avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.