- Create custom instance in the Curseforge App
- Add mods
- Test compatibility of added mods
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
en: | |
errors: &errors | |
messages: | |
bad_uri: is an invalid url | |
bad_protocol: must start with %{protocols} | |
activemodel: | |
errors: | |
<<: *errors | |
activerecord: | |
errors: |
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
gem 'combine_pdf' | |
gem 'prawn' | |
gem 'paperclip' |
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
static VALUE | |
pack_pack(VALUE ary, VALUE fmt) | |
{ | |
static const char nul10[] = "\0\0\0\0\0\0\0\0\0\0"; | |
static const char spc10[] = " "; | |
const char *p, *pend; | |
VALUE res, from, associates = 0; | |
char type; | |
long items, len, idx, plen; | |
const char *ptr; |
OlderNewer