Giter VIP home page Giter VIP logo

parse-rails-boilerplate's Introduction

About

This is a simple Rails 3.1 app that uses parse_resource for model persistence and includes a simple auth system that's based on this Railscast.

If you already use Parse, this Rails app is a really quick way to give your app a web presence.

Installation

git clone [email protected]:adelevie/parse-rails-boilerplate.git

cd parse-rails-boilerplate

Change application names where necessary, if desired.

bundle install

Create a parse_resource.yml file. Instructions here.

rails s and enjoy.

parse-rails-boilerplate's People

Contributors

adelevie 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  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

parse-rails-boilerplate's Issues

problem with json gem during bundle install on macosx

i had a problem running bundle install with the json gem, it said:

An error occurred while installing json (1.6.6), and Bundler cannot cont
creating Makefile

make
compiling generator.c
make: gcc-4.2: No such file or directory
make: *** [generator.o] Error 1

I fixed this on my system by running this:

sudo ln -s /usr/bin/gcc /usr/bin/gcc-4.2

I found the solution on stack overflow.

password_confirmation is persisted

You should probably filter out password_confirmation in the Users#create params. Right now, it creates Users and exposes the password in the password_confirmation field on Users.

How to send Number and Date values to Parse

I'm trying to add fields to the user which should match a Number col and a Datetime col in the Parse DB, however I can only send strings which raises a 111 invalid key error.

I managed to do a to_i in the controller but no matter the value (ex: 150) it shows as 0 in parse DB

thnks

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.