https://leg.colorado.gov/bills/HJR23-1007
https://leg.colorado.gov/bills/HB23-1001
https://leg.colorado.gov/bills/HB23-1004
https://leg.colorado.gov/bills/HB23-1005
https://leg.colorado.gov/bills/HB23-1006
https://leg.colorado.gov/bills/HB23-1007
https://leg.colorado.gov/bills/HB23-1014
https://leg.col
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User-agent: * | |
Disallow: / |
pics from 1873
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array.class_eval do | |
def delete_elements_in(ary) | |
ary.each do |x| | |
if index = index(x) | |
delete_at(index) | |
end | |
end | |
end | |
end |
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.
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.
- what he lacks in knowlege, he makes up for in certainty
- what she lacks in pitch control, she makes up in volume
- what he lacks in taste. he makes up for in appetite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "active", | |
"actions": [ | |
{ | |
"type": "bid", | |
"entity": "Player 1", | |
"entity_type": "player", | |
"id": 1, | |
"created_at": 1615249119, | |
"company": "DPR", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "active", | |
"actions": [ | |
{ | |
"type": "bid", | |
"entity": "Player 1", | |
"entity_type": "player", | |
"id": 1, | |
"created_at": 1615249119, | |
"company": "DPR", |
NewerOlder