Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
= Ecm::Pictures 2
= Purpose
Create and administrate picture galleries in active admin and display them on in your ruby on rails applictation. Orangebox is used for lightbox support.
= Migrating from 1.x.x to 2.0.0
Add active_admin-awesome_nested_set to your gemfile, if you are using activeadmin:
# Gemfile
gem 'active_admin-acts_as_list'
= Prerequisites
= Prerequisites when using active admin
if you are using activeadmin as backend, ecm_cms2 comes with admin files to provide a backend. In that case, you'll need active_admin-acts_as_list. Add it to your gemfile:
# Gemfile
gem 'active_admin-acts_as_list'
= Features
= Installation
Add it to your gemfile:
gem 'ecm_pictures2'
Install your bundle:
bundle install
Generate initializer:
rails generate ecm:pictures:install
Add the routes to your config/routes.rb:
Rails.application.routes.draw do . . . Ecm::Pictures::Routing.routes(self) end
Generate the migrations:
rake ecm_pictures_engine:install:migrations
Migrate:
rake db:migrate
Add the helper to your application controller:
# app/controllers/application_controller.rb
class ApplicationController < ActionController::Base
helper Ecm::PicturesHelper
...
end
== Optional: Generate locale files
You may want to copy the locales to your app:
rails generate ecm:pictures:locales
= Usage
You can administrate your pictures and picture galleries in active admin.
Once you have a gallery, you can display it like this:
<%= render_picture_gallery 'Holidays 2012' %>
= Running specs
gem install bundler
bundle
cd spec/dummy && rake db:migrate RAILS_ENV=test && cd ../..
guard
= License
This project rocks and uses MIT-LICENSE.
FAQs
Unknown package
We found that ecm_pictures2 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.