Skip to content

Instantly share code, notes, and snippets.

View MiguelArgentina's full-sized avatar

Miguel Ricardo Gomez MiguelArgentina

View GitHub Profile
@Klerith
Klerith / Instalaciones-React.md
Last active February 12, 2026 09:19
Instalaciones recomendadas para mi curso de React de cero a experto
@cdesch
cdesch / rails_generator_cheat_sheet.md
Last active January 24, 2026 02:45
Rails Generator CheatSheet

Cheat Sheets are greate but they are not a substitute for learning the framework and reading the documentation as we most certainly have not covered every potential example here. Please refer to the Rails Command Line Docs for more information.

Command Line Generator Info

Reference

You can get all of this information on the command line.

rails generate with no generator name will output a list of all available generators and some information about global options. rails generate GENERATOR --help will list the options that can be passed to the specified generator.

@JunichiIto
JunichiIto / alias_matchers.md
Last active March 26, 2026 16:39
List of alias matchers in RSpec 3

This list is based on aliases_spec.rb.

You can see also Module: RSpec::Matchers API.

matcher aliased to description
a_truthy_value be_truthy a truthy value
a_falsey_value be_falsey a falsey value
be_falsy be_falsey be falsy
a_falsy_value be_falsey a falsy value