Code Monkey home page Code Monkey logo

codeplace_rails_template's Introduction

APPLY TO BECOME A CONTENT CREATOR

We’re Codeplace (www.codeplace.com), a code recipe library for developers, and we’re going to need Ruby on Rails developers for an ongoing project.

We’re looking for coders who can, not only develop great web applications, but are also able to decompose the development process in a step-by-step tutorial.

The selection process will be very simple.

You can either:

  • send us an intermediate/advanced ruby on rails tutorial you’ve already made;

  • complete the following small challenge:

1 - Clone this repository.This will be the starting point for the challenge;

2 - Checkout the repository’s details below the README file;

3 - “Ajaxify” the cloned app, i.e., alter the “posts” controller so that the CRUD operations are done using Ajax;

4 - Create a step-by-step tutorial explaining your development process. You can check [here]() an example on how to do it.

So, what do we want from you?

1 - A GitHub repository with your project. Please commit the changes you make on every step;

2 - A text file with the tutorial. Please include some screenshots to illustrate the process.

IMPORTANT

This will be a ongoing project, and in case you’re selected, you can choose to join our team of content creators.

Please skype or email us with any questions you may have:

skype: codeplace

email: [email protected]

APPLICATION DETAILS

Sample Posts App to use as a starting point in Codeplace Rails Recipes.

Models:

The app contains only 2 models:

1 - User.rb
2 - Post.rb

Users table has the following fields: t.string :email

t.string   :encrypted_password
t.string   :reset_password_token
t.datetime :reset_password_sent_at
t.datetime :remember_created_at
t.integer  :sign_in_count
t.datetime :current_sign_in_at
t.datetime :last_sign_in_at
t.string   :current_sign_in_ip
t.string   :last_sign_in_ip

t.timestamps

Posts table has the following fields:

t.text :content

t.integer :user_id
t.timestamps

Relationships:

User.rb - > has_many :posts, dependent: :destroy Post.rb - > belongs_to :user

Gems:

Bootstrap Simple Form Devise

codeplace_rails_template's People

Contributors

allenzhong avatar tiagom87 avatar luiscdias avatar pacafs avatar

Watchers

James Cloos avatar  avatar

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.