Coder Social home page Coder Social logo

hobocookbook's Introduction

# Hobo Cookbook!

This is the open-source code that implements the site at http://cookbook.hobocentral.net

# How to run locally

The cookbook does not run under Ruby 1.9.2, it requires Ruby 1.8.7.
This should be easy to fix if anybody wants to take a crack at it.

We're using Vlad for deployment, but it messes with our rake tasks at
other times, so the first step is to comment out the call to Vlad.load
in Rakefile.

As for many rails3 apps:

    $ git submodule update --init
    $ bundle install
    $ vi config/database.yml  # and adjust as required
    $ bundle exec rake db:migrate

Unique to the cookbook:

    $ pwd > git-path
    $ echo 'master' > git-version

Run this command now and whenever you want to update/rebuild any of the external dependencies such as hobo, the plugins or the tutorials.

    $ bundle exec rake cookbook:update

hobocookbook's People

Contributors

al2o3cr avatar betelgeuse avatar bryanlarsen avatar bsleys avatar devcurmudgeon avatar iox avatar kevinpfromnm avatar tslocke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

hobocookbook's Issues

How to do js validation?

I'm having hard time following hobo. I've already written js function for validation. I want this function to be called onsubmit and stop the form submit if data is invalid.. How do I accomplish this with hobo? This is what I've done so far.

<div param="actions">
  <submit label="#{ht 'property.actions.save', :default=>['Save'], :onsubmit => 'callme()'}" param/><or-cancel param="cancel"/></div>

But the above code is not even appearing on html source of the browser. Even the simplest things in rails takes hours to do in hobo :(

Would you please see if you have a copy of your old article?

@tslocke I have to maintain an old Hobo app, and I scrambling every bid of information that's available on the technology. I have set up a copy of the Cookbook, but some pieces aren't in the git repo. Particularly, there's a link to a missing article that explains part and update elements of AJAX. I am wondering if by any chance you still have it sitting on your hard drive. The link to the article was http://cookbook.hobocentral.net/recipes/8-use-parts-on-repeated-elements.

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.