• Stars
    star
    163
  • Rank 229,856 (Top 5 %)
  • Language
    Ruby
  • License
    Other
  • Created about 16 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Organisation tool written in Rails. Inspired by Backpack

Rucksack

What is it?

Simply put, this is an collaborative organization tool, inspired by a certain other collaborative organization tool.

The key feature is that you have "Pages" which can contain any of the following content (or "widgets"):

  • Notes
  • Lists
  • Separators (or you can call them headings)
  • Files
  • Images

These pages can be edited by yourself and any other user you choose to share it to. You can also re-order and move content between pages.

In addition there are a few complimentary features, namely:

  • Reminders
  • Journals & Status (think Twitter)

What does it look like?

Rucksack Screenshot

What about a demo?

Currently there is no demo available. However since rucksack takes mere minutes to install, who needs a demo? :)

Sounds great, how do i install it?

Firstly, make a "config/database.yml" file based off of "config/database.example.yml". If you want a quick start, you can use the file as-is since it is already set up to use a local SQLite database.

Next, you'll want to actually install the initial content. You can do this by typing in the following command:

script/setup

Next, run it either by pointing Phusion Passenger to the public folder, or run the local server, e.g.:

script/rails server

Finally, login. The default credentials are:

Username: admin
Password: password

I just upgraded and now it doesn't work!

The most likely explanation is that the database schema has been updated. You'll need to type in the following command to resolve this:

rake db:migrate

Have fun!

More Repositories

1

railscollab

A Project Management and Collaboration tool inspired by Basecamp. (Semi-Discontinued)
Ruby
253
star
2

glgif

A fast and comprehensive library for playing back .gif animations on the iPhone using OpenGLES
C
123
star
3

twackr

Twitter-style time tracking
Ruby
55
star
4

htmlcanvas

A HTML renderer using canvas... written in JavaScript!
JavaScript
45
star
5

scummc

A extended mirror of Alban Bedel's open source SCUMMC Compiler (r359 onwards)
C
38
star
6

csstransformexport

An exporter for Blender which exports scenes to HTML using CSS Transforms and Animations.
Python
33
star
7

hiscumm

Scumm Interpreter painfully written in haXe
Haxe
8
star
8

mtmobile-tools

Tools to play around with mt framework files
C
5
star
9

torqueexporter

Torque Exporter for Blender. Version here cloned from official repository for reference.
5
star
10

TribesViewer

C
5
star
11

korkscript

An embeddable version of TorqueScript
C++
5
star
12

tubehub

Anonymous Synchronized Youtube Playback!
Ruby
5
star
13

overthecam

Example camera overlay app
Objective-C
5
star
14

closet

A very scary cloest. Contains random experimental test work, and stuff which i no longer develop.
JavaScript
4
star
15

libDTShape

Library to load Torque3D DTS Shapes
C++
4
star
16

torque-stuff

My Torque Stuff
C++
3
star
17

checheche

Produces the "Che Guevara Effect". Re: https://gist.github.com/raw/1003516/71b2dc9269f2d146e9f27246e429151fa0cf05bf/Che%20Guevara%20Fy
Ruby
2
star
18

teamboxstats

Teambox Statistics Generator
Ruby
2
star
19

whatyousay

Consolidates chat logs so you know what you or they said
Ruby
2
star
20

immvertex

An implementation of the immediate mode GL api's for GLES
C
2
star
21

facemelt.js

Face melting templates for Javascript
JavaScript
1
star
22

tinyconquer

Failed entry for Ludumdare #23, provided for reference
Haxe
1
star