New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

locastyle-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

locastyle-rails

  • 1.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Locastyle Gem

This GEM build a first application structure from your rails project.

Install

gem 'locastyle-rails'

Usage

RubyGems

rails g locastyle:install

This command made a shared folder inside your app/views/layouts, overwrite your application.html.erb with boilerplate structure from locastyle.

Use bin/rails generate to create your models and controllers To see all available options, run it without parameters.

Set up a root route to replace this page You're seeing this page because you're running in development mode and you haven't set a root route yet.

Routes are set up in config/routes.rb

.
+-- app/views/layouts
|   +-- application.html.erb
|   +-- shared
|   +-- +-- _sidebar.html.erb
|   +-- +-- _sidebar_notifications.html.erb
|   +-- +-- _topbar.html.erb

FAQs

Package last updated on 18 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc