Regarding customization in ruby

Hello friends,

I am new to Ruby on rails and with learning going to work on openproject. But having a problem I have installed it but not able to do changes in code as while installing a command i run "git checkout stable " and also my plugins branch is stable. I want to do changes try to do changes in app folder but nothing happen even if i rename the folder it does not show any change. Please help me.

Thanx

Paramnoor singh

None of that makes any sense. "I have installed it" -- what is "it"? What does "installing a command" mean?

Regardless, there's nothing about Ruby or Rails that changes how you work with files or directories on your system.

Thanks for reply Sir when i changed in layout header and any of the app file no changes show it on site so that a problem.

Thanks for reply                    Sir when i changed in layout header and any of the app file no changes show it on site so that a problem.

Are you running in production mode or development? If in production mode then you may have to restart the server in order for it to pick up the new files. If in development mode and changing files has no effect then the files you are changing are not the ones that are being used by the server.

If you don't understand what I mean by development and production mode then you need to start at the beginning and learn how rails works. I suggest working right through a good tutorial such as railstutorial.org (which is free to use online) which will show you the basics of rails.

Colin

yes i understand and its production mode. thanks i try and let you know

yes i understand and its production mode. thanks i try and let you know

On many systems touching the file tmp/restart.txt will force the server to restart, so whenever you upload changes to the server just touch that file.

Colin

ok thanks

RAILS_ENV=“development” bundle exec rake db:migrate

RAILS_ENV=“development” bundle exec rake db:seed

RAILS_ENV=“development” bundle exec rake assets:precompile

I used these command but still same error can you please tell me how to install I thankful to you for this.

ok thanks

RAILS_ENV="development" bundle exec rake db:migrate RAILS_ENV="development" bundle exec rake db:seed RAILS_ENV="development" bundle exec rake assets:precompile

I used these command but still same error can you please tell me how to install I thankful to you for this.

How to install what?

Colin

oh sorry its about openproject. now i installed in as development mode now my changes is not showing on the spot.

oh sorry its about openproject. now i installed in as development mode now my changes is not showing on the spot.

How are you running the server?

Colin

hello Able to see my changes thank you very much