Questions tagged [fedena]

Fedena : Open source school management system

Project Fedena is the open source school management system based on Ruby on Rails. It is developed by a team of developers at Foradian Technologies. The project was made open source by Foradian, and is now maintained by the open source community. Fedena is the ideal solution for schools and campuses that want an easy means to manage all campus records.

The Project Fedena website http://www.projectfedena.org/ is the home to the developer community behind Fedena project. There you can find forums and bug tracker for Fedena.

34 questions
5
votes
0 answers

deploying fedena project on heroku

I had setup rails Fedena on my local machine but cannot make it happen on heroku. Fedena does not have Gemfile and heroku is giving error due to this. After adding sudo Gemfile with some gems, heroku accepts the project but after that it started…
2
votes
1 answer

Fedena Pro 3.0 Rake db:create on ubuntu 14.04 Create Error

I am Installing Fedena 3.0 on Ubuntu 14.04 Desktop. When give this command Rake db:create I get the following error, pls help. I searched the solution on google a lot but none helped. My gem list is: ***** LOCAL GEMS ***** actionmailer…
Naveed
  • 59
  • 2
  • 13
1
vote
0 answers

fedena : rake aborted school not selected

I was installing fedena on ubuntu installed on wsl and the database creation and migration was successful but when run the command rake fedena:plugins:install_all to install the plugins. in the middle this error pops up that school Not Selected and…
hanan
  • 532
  • 2
  • 7
  • 23
1
vote
1 answer

Fedena installation in windows with ruby & rails

I am trying to install Fedena open sourse into my windows Have follow all the steps in fedena and wiki but still i am getting error Please help me here is my command lines and I am following this link of fedena http://projectfedena.org/install in…
arpit Pathak
  • 47
  • 1
  • 2
  • 10
1
vote
0 answers

how to run rails 2 project on rails 4

hey I want to run the fedena project (that is actually on rails 2) on rails 4. Any idea how can I do that. Do i have to update the app using rake app:update or something else. please help me out. I can't find a proper solution. Thanks
Prateek Darmwal
  • 161
  • 1
  • 13
1
vote
1 answer

Generate POST request in iOS using AFNetworking

I was asked to build an iOS app based on Fedena (School management system). Their API sample codes are in HTML-JS or RUBY. What I have to do is to pass the arguments (token, URI, etc..) programatically, and upon sending them, the request will return…
Hussein
  • 407
  • 5
  • 16
1
vote
1 answer

Setup Fedena on windows 8

I am trying to setup Fedena project on windows 8. I have followed steps mentioned in official website. http://www.projectfedena.org/install . But while creating database it throws an error. Step is Run the command "rake db:create". This will create…
Vimal Rughani
  • 234
  • 4
  • 14
0
votes
2 answers

warning in installation in fedena

I got following warning while installing fedena , how do I fix it rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+) WARNING: Global access to Rake DSL methods is deprecated. Please include ... Rake::DSL into…
0
votes
0 answers

uninitialized constant Rails::Plugin::Authorization when run `rake db:migrate`

I was populating a rails application fedena database with the command rake db:migrate, I am getting an error: rake aborted! uninitialized constant Rails::Plugin::Authorization when I tried to run the rake command with --trace I got the following: **…
hanan
  • 532
  • 2
  • 7
  • 23
0
votes
1 answer

ruby 1.8.7 RUBYOPT (RuntimeError)

Just installed ruby 1.8.7 in my win10 pc 64bit. When I open the cmd with ruby appear this error: ruby 1.8.7 (2013-06-27 patchlevel 374) [i386-mingw32] ruby.exe: illegal switch in RUBYOPT: -E (RuntimeError) Installed in C:\Ruby187 How can I solve…
Emmanu
  • 29
  • 1
  • 11
0
votes
0 answers

Fedena SMS Settings for SMS Gateway

I got the following coed from my SMS Gateway and I want to use the code in my fedena SMS settings, I tried but I get not response. Below is the code I got from SMS…
0
votes
0 answers

Custom Environment in rails 2.3 - Fedena

I have created a custom environment in rails 2.3(Fedena) by copying the file content under config/environment/production.rb and also added env key in database and other ymls. Db creation and migration was successful on this custom environment. But,…
Prateek Darmwal
  • 161
  • 1
  • 13
0
votes
0 answers

fedena windows installation issue

Fedena installation issue. Unable to create db via rake db:create. All gems seem to be of correct versions for the fedena app. Config/database.yml apparently correct. One possible reason for inability to create db in MySQL are the differences in RoR…
Adam
  • 11
  • 1
0
votes
2 answers

How to I install Puma on Ubuntu 16.04 with rails 2.3.5 and Ruby 1.8.7?

I'm trying to deploy Fedena 2.3 (projectfedena.org) on Ubuntu 16.04, and its built with Ruby 1.8.7 on Rails 2.3.5. I've been able to install it and run with script/server, but now I'm trying to deploy it using Puma+Nginx and as soon as I run gem…
Assis Ngolo
  • 73
  • 2
  • 9
0
votes
2 answers

not able to run rake db:create in windows to install fedena

getting error on running cmd in windows Please help me what to do: here is rake # Add your own tasks in files placed in lib/tasks ending in .rake, # for example lib/tasks/capistrano.rake, and they will automatically be available to…
arpit Pathak
  • 47
  • 1
  • 2
  • 10
1
2 3