I am currently facing an issue while attempting to deploy a Rails application with Angularjs on Bluemix. AngularJS is being used for the front end MVC. Despite the application running smoothly on my local machine, when deployed on Bluemix, Angularjs fails to load.
Even after implementing codes from various tutorials, such as:
https://github.com/thedillonb/rails-angularjs-simple-forum
I am puzzled by this situation, considering:
- The angular script directory is correctly added to the application.js file
Moreover, the application.html.erb is loading using the:
<%= javascript_include_tag "application" %>
Despite these steps, the issue persists. Can anyone provide assistance in resolving this?