github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

markbates / mack

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 45
    • 3
  • Source
  • Commits
  • Network (3)
  • Issues (0)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (25)
    • 0.4.2.1
    • 0.4.5
    • 0.4.6
    • 0.4.7
    • 0.5.0
    • 0.5.5
    • 0.5.5.1
    • 0.5.5.2
    • 0.5.5.3
    • 0.5.5.4
    • 0.6.0
    • 0.6.0.1
    • 0.6.1
    • 0.6.1.2
    • 0.7.0
    • 0.7.0.1
    • 0.7.1.1
    • 0.8.0
    • 0.8.0.1
    • 0.8.0.2
    • 0.8.1
    • 0.8.2
    • 0.8.3
    • 0.8.3.1
    • master ✓
  • Tags (0)
Sending Request…
Click here to lend your support to: mack and make a donation at www.pledgie.com ! Edit Pledgie Setup

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

A Ruby web application framework — Read more

  cancel

http://www.mackframework.com

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Added Sass support [#249 state:resolved] 
markbates (author)
Sun Feb 22 18:14:23 -0800 2009
commit  81973d4bb2540f040d1534d64cb6c86cc2b4edb7
tree    8e7e5b87ffc4dbbf1bc2eb2867a56d678ffdb366
parent  88b9f8a1b65bd025566b8368b2b75612543a6650
mack /
name age
history
message
file .gitignore Tue Aug 26 17:18:48 -0700 2008 ignore test/fake_application/tmp [markbates]
file CHANGELOG Sun Feb 22 18:14:23 -0800 2009 Added Sass support [#249 state:resolved] [markbates]
file README Fri Aug 29 10:11:35 -0700 2008 Updated README [markbates]
file Rakefile Fri Dec 19 18:53:45 -0800 2008 Changed some double quotes to singe qoutes [markbates]
directory bin/ Fri Dec 19 18:53:45 -0800 2008 Changed some double quotes to singe qoutes [markbates]
file gems.txt Tue Jan 13 19:07:07 -0800 2009 Working on upgrading to Rack 0.9.1 [#243] [markbates]
directory lib/ Sun Jan 18 09:10:23 -0800 2009 Bumped dev version. [markbates]
directory tasks/ Fri Dec 19 18:53:45 -0800 2008 Changed some double quotes to singe qoutes [markbates]
directory test/ Sat Jan 17 07:10:31 -0800 2009 Upgraded to Rack 0.9.1 [#243 state:resolved] [markbates]
README
=Hello, and welcome to Mack!

Mack is a Ruby web application framework. It takes the best ideas from several frameworks, including Rails, Merb, and 
Ramaze, and tries to improve upon those ideas. Mack uses Rack[http://rack.rubyforge.org] as an abstraction layer to 
separate itself from it's deployment.

Mack is also about performance. Because Mack uses technologies like Thin[http://code.macournoyer.com/thin] and 
Rack[http://rack.rubyforge.org], Mack is a multithreaded and fast framework. Current tests show 
Mack/Thin[http://code.macournoyer.com/thin] is twice as fast as Rails/Mongrel. Mack tries to strip out a lot of the 
cruft from other frameworks, like Rails, and delivers you a fast, efficient framework designed for actual real world 
development.

==Installation
  $ sudo gem install mack

==Getting Started
First things first, let's generate your application:
  $ mack <app_name>

To run a Mack application:
  $ mackery server

mackery server takes the following options:
  $ mackery server -p <port> -e <environment> -h <rack_handler>
  
The rack_handler one will allow you to switch which server is used to run the app. See Rack for more Rack::Handlers.
  
You can also run:
  $ mackery console
  
This will give you console level access to your application.


==Contact
Please mail bugs, suggestions and patches to <bugs@mackframework.com>.

On the web at: http://www.mackframework.com

==License and Copyright
Copyright (C) 2008 Mark Bates, http://www.mackframework.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated 
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the 
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit 
persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the 
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE 
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT 
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

==Other documentation:
* Rack[http://rack.rubyforge.org]
* Thin[http://code.macournoyer.com/thin]
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server