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.
This project is intended to be a replacement for the "rails" command. It does not replace the rails framework but rather provides a starting point for a rails application far beyond what the "rails" command provides. During execution, in fact, the suprails command calls the rails command.
Suprails has a website at http://suprails.org Eventually, it will be a place where suprails users can exchange config files and facets.
Suprails is unlike most other "Rails plus other stuff" projects out there. Instead of me, the Suprails author, deciding what you should have in your rails app, you get to decide. In addition, any time you execute Suprails, you have the option to update any gems that would otherwise be out-of-date.
frozen_rails gems.config :haml gems.unpack plugin "git://github.com/rails/exception_notification" generate :rspec folder "public/stylesheets/sass" delete "public/index.html" gpl git haml save # saves a copy of the configfile into rails app
$ sudo gem install suprails
First, run suprails without any arguments:
$ suprails
This will initialize your ~/.suprails/ folder and configuration in that folder
You will now want to edit the configuration file to your liking. It is located at: ~/.suprails/config
Now, run suprails instead of rails:
$ suprails AppName
gems.config currently only accepts one arg.
0.2.1 - Added ability to specify a particular config file when running suprails Added output for all commands Updated help text when suprails is run without args (after 1st time)
0.1.3 - Added the save command and extended the file command
0.1.2 - Changed runcommand to runinside
0.1.1 - Added the runcommand verb
0.1 - The DB commands do not yet work. You have to just use the file command instead.
0.0.0 - Initial readme. No code.
FAQs
Unknown package
We found that angelic-suprails 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.