Code Monkey home page Code Monkey logo

cilantro's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

joshaven

cilantro's Issues

issue with install when missing .bash_profile

Snow Leopard does not have a .bash_profile by default... so by default, the ./bin/install will error out.

The install script should prefere these files in this order:

  1. .bash_profile
  2. .profile
  3. .bashrc

If none of the files exist then one should be created.

If a .bash_profile is created when the user uses a .profile for configuration then the .bash_profile will override the .profile, essentially breaking someone's environment.

How to get started?

The default branch is 'cilantro' which has no README and does not work out of the box... There doesn't seem to be any documentation.

After a clone of cilantro and then running the cilantro command and booting up the default url you get:
RuntimeError at /
Could not find view `index' from namespace /

I've fussed a bit over getting things going to no avail... I don't know if the API has changed or if I'm just missing something. At any rate, it should at least load a 'hello world' page right out of the box.

Issue with install modifying your profile even when its not nessassary

  1. If you run bin/install more then once you will have more then one path entry adding the ~/.bin to your path.
  2. If your profile does not end with a new line then the export like will be appended to the end of the last line... After the install my prompt was changed because the last line of my profile was:
    export PS1='\u: \w$ 'export PATH=~/.bin:$PATH

Solution for 1: Append the profile unless: /:~/.bin:/ === ENV["PATH"]
Solution for 2: Have the first character of your export be a new line character

Issue installing gems using rake on a new project

When I install a new app using 'cilantro new appname' and then run rake from within the new app it blows up...

Here is a console log showing the issue:
http://gist.github.com/312651

After running bin/cilantro, it finishes installing the gems and then can run rake. The gems installed from running the web process are:

  • Successfully installed sqlite3-ruby-1.2.5
  • Successfully installed do_sqlite3-0.10.1.1

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.