
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
YourPlatform is a ruby on rails engine that provides the basis for administrtive and social network platforms for closed user groups such as alumni organizations.
The application serves four main purposes: Centralized or decentralized member management, networking features for members, exchange of information and documents and communication.
git clone git@github.com:fiedl/your_platform.git
cd your_platform/demo_app/my_platform
# provide a config/database.yml according to your local mysql credentials
bundle install
bundle exec rake db:create db:migrate
bundle exec foreman start
bundle exec rails server
View the application at http://localhost:3000. 3. If you want to create an application based on the YourPlatform engine, please follow the GETTING STARTED GUIDE in the wiki.
If you have any troubles, feel free to contact us on our gitter channel.
Our code documentation can be found on rubydoc.info.
Have a quick look at rubygem's short explanation of semantic versioning.
The version can be bumped using one of these:
rake version:bump:major
rake version:bump:minor
rake version:bump:patch
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)Copyright (c) 2012-2015, Sebastian Fiedlschuster
Contributors: Jörg Reichardt, Manuel Zerpies, Joachim Back
License: The Source Code is released under the GNU Affero General Public License (AGPL). Explicitely excluded are the images and fonts.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.
FAQs
Unknown package
We found that your_platform 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
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.