Project

evrobone

0.0
No commit activity in last 3 years
No release in over 3 years
Light-weight client-side framework based on Backbone.js for Ruby on Rails Front-end
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

This is no longer supported. Please consider using Normas.js instead. Consultations

Evrobone

deprecated Gem Version

Light-weight client-side framework based on Backbone.js for Ruby on Rails Front-end

Installation

Add this line to your application's Gemfile:

gem 'evrobone'

And then execute:

$ bundle

Or install it yourself as:

$ gem install evrobone

Usage

Coming soon...

Evrobone.AppClass и организация приложения

Evrobone.AppMixins.ViewsManagement и Evrobone.View

Evrobone.AppMixins.CustomElementBinding и /initializers

Evrobone.AppMixins.WindowNavigation и совместимость с Turbolinks

Evrobone.AppMixins.WindowRefresh

LiveReload plugin for Ruby on Rails

Для более удобного использования LiveReload в Ruby on Rails проекте, можно подключить плагин, добавив в config/initializers/assets.rb:

Rails.application.config.assets.precompile += %w( evrobone/lib/livereload-plugin-rails.js ) if Rails.env.development?

и подключить скрипт в лэйауте:

- if Rails.env.development?
  = javascript_include_tag 'evrobone/lib/livereload-plugin-rails'

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/KODerFunk/evrobone.

License

The gem is available as open source under the terms of the MIT License.