Giter Site home page Giter Site logo

test_task's Introduction

Ruby on Rails

Assuming a User model, a Post model with title, body and status attributes, and a Tag model:

  • Using minitest and capybara (nothing else), perform integration and model tests for a signup process (email and password). You can use devise or sorcery for signup.

  • Assuming that a Post model may have multiple tags, design a page that shows all the available posts. Before that table, add a filter form that sorts the table rows (example here: https://cl.ly/3W1W0i1e103R). Do it using jquery_js.

  • In the same page add a create post button that uses a modal window. After adding a new Post, show the new record in the table and add a successfuly message in the parent window.

  • Send an email to all users everytime a new post is created.

  • Enforce a default status on model side.

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.