GithubHelp home page GithubHelp logo

neume / rails-atom-schema Goto Github PK

View Code? Open in Web Editor NEW

This project forked from juliogarciag/rails-atom-schema

0.0 1.0 0.0 228 KB

Atom package to show Rails (Active Record) DB Information

JavaScript 25.80% Ruby 25.94% CSS 43.78% HTML 4.48%

rails-atom-schema's Introduction

Rails Atom Schema

This is a package to show the schema state of each Rails model in Atom, but its architected in a way that it would allow to show more amazing things such as a DER of the entire app and maps of the relationships between models in the future.

To activate it, use the following command from the command palette: rails-atom-schema:toggle or ctrl-alt-s.

About a previous package...

This is a rewrite from scratch of the Atom Rails Model Schema package. The approach I used in that package was highly unscalable because at that time, atom panels didn't exist, the file watcher was far from stable (it had random problems when someone ran rake db:migrate because of it), and it relied heavily on just regular expressions instead of calling the proper Rails code which has the real source of truth.

So I decided to rewrite it from scratch with the idea of making it as robust and extensible as possible, so it could accomodate new features without really weird fights with regular expressions and unsynchronized watchers.

So, if you're still using Atom Rails Model Schema, please use this package instead. ๐Ÿ˜‰

Contributing

Pull requests are welcome. Just take these points into account:

  • This package is basically a React - Redux - Redux Saga application working on a pane, so if you know those technologies, that will help.
  • Use Prettier and ESLint to format and lint the code.
  • Tests are written with Jest, and they should be always passing.

Roadmap

A detailed plan of what's next is in the ROADMAP file.

rails-atom-schema's People

Contributors

juliogarciag avatar

Watchers

James Cloos 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.