
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Plugin de Programando para Rails
Add this line to your application's Gemfile:
gem 'pg_rails', git: 'https://github.com/programandoarg/pg_rails.git', ref: '<commit hash>'
And then execute:
$ bundle
f.asociacion_creable(campo, index_url, new_url, opciones)
Opciones:
Ejemplo:
= pg_form_for(@cosa) do |f|
= f.asociacion_creable(:categoria_de_cosa, categoria_de_cosas_url, new_categoria_de_cosa_url, crear_asociado: true)
sudo -u postgres psql template1
create role pgrails password 'pgrails' login superuser;
bin/setup
. This script will:.env.development
filegem install overcommit
overcommit -r
bundle exec rspec
gem install foreman
cd spec/dummy
foreman start
Acceder a la app en http://localhost:3000/.
cd spec/dummy
bundle exec rails d pg_scaffold Admin/Cosa
bundle exec rails d pg_scaffold Admin/CategoriaDeCosa
bundle exec rails g pg_scaffold Admin/CategoriaDeCosa nombre:string{required} "tipo:integer{enum,required}" fecha:date tiempo:datetime --model-name=CategoriaDeCosa --discard --activeadmin
bundle exec rails g pg_scaffold Admin/Cosa nombre:string{required} "tipo:integer{enum,required}" categoria_de_cosa:references{required} --model-name=Cosa --discard --activeadmin
be rake app:pg_engine_engine:install:migrations
be rails pg_engine_engine:install:migrations
"build": "esbuild pg_rails/js/index.js --bundle --sourcemap --format=esm --outdir=pg_rails/builds --public-path=/assets",
"build:css:compile": "sass ./pg_rails/scss/pg_rails.scss:./pg_rails/builds/application.css --no-source-map --load-path=node_modules",
"build:css:prefix": "postcss ./pg_rails/builds/application.css --use=autoprefixer --output=./pg_rails/builds/application.css",
"build:css": "yarn build:css:compile && yarn build:css:prefix",
ruby-vips pdftoppm
atributos no pueden terminar en _text
FAQs
Unknown package
We found that pg_rails demonstrated a healthy version release cadence and project activity because the last version was released less than 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
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.