Acceptance tests with ember-paper ( OBSOLETE )
@GELight wrote: Hi, I try to write an acceptance test for our login. When I try to use the test method click(myButtonElement) nothing happens. My tests: click(myButtonElement)...
View ArticleEmbed ember application in another ember application
@Mervin_V wrote: I am having a simple ember application and I need to embed this into another ember application . How can I do this embedding ? Posts: 1 Participants: 1 Read full topic
View ArticleCounting number of records returned by Each
@Abuelo wrote: I am new to software development and even newer to Ember so this might be a stupid question. I would like to show the user how many records are populating the table they can see but I...
View ArticleHow to use shared components in multiple apps without addon
@ondrejsevcik wrote: Hi, we have a four apps that share a lot of components. So far we use addons to manage this shared code, but we’re facing a lot of troubles with addons approach. Something like...
View ArticleTurn off ember-cli-mirage
@GELight wrote: Hi all, It’s possible to use ember mirage only for tests? Currently I set another namespace variable in test environment. http://localhost:4202/tokens >>> Called in the...
View ArticleBinding two models / ORM modeling
@midget2000x wrote: This may be more of a data-modeling question, but… I am working on a hobby e-commerce project to learn ember. In my app, a customer can check out regardless of whether they set up...
View ArticleValidate if partial exists
@eder wrote: Hi there !! I’m trying validate if a partial exists, I thought in use this method from packages/ember-views/lib/system/lookup_partial.js github.com...
View ArticleHow to get value of input ember
@chiholiu wrote: Wanted to get the input value, but looking at the console.log it show that this value is undefined. Anyone here who know how to solve that. import Route from ‘@ember/routing/route’;...
View ArticleEmber with external config file?
@John wrote: Hello, We have 3 environment (qa, dev and prod) and we wish to only build our app once and during deployment we would instruct the ember app to load the right config file. Alternatively...
View ArticleUsing the same URL for multiple nested ember routes
@ezy wrote: I have a case using Ember where I want to make the top level URL available (ie. localhost:4200/demo), and have all the routes underneath also display the same URL (localhost:4200/demo). So...
View ArticleHow to use ember-bootstrap in an ember-cli addon?
@Mervin_V wrote: I am using ember-cli-sass and tried to import ember-bootstrap as @import “ember-bootstrap/bootstrap”. But it produced error Error: File to import not found or unreadable:...
View ArticleHow to connect the database to ember
@Santhoshi wrote: Hi! I am new to ember. I have lot of doubts on ember data like how to connect the database to ember and how to run the code with database. is it necessary to run any back end servers...
View ArticleUsing store inside model
@ondrejsevcik wrote: Hi, at the moment our app uses store inside models to fetch some additional data for the model when needed but it makes that model dependent on a store and it’s more difficult to...
View ArticleConsole warning
@sapana wrote: hi , I used Ember 2.16 version When i run My project then this warnings show in console Mixed spaces and tabs no-mixed-spaces-and-tabs Plz give me suggestion that how can i remove this...
View ArticleGenerating additional js file to be shared
@jasalguero wrote: I would like my Ember app to generate an extra javascript file that can be consumed by non-ember apps, so the code can be shared without creating an extra project just for it....
View ArticleHow do you protect your application models, logic in a JavaScript application?
@akshayrawat wrote: Hi, I’m exploring ways to protect application models, logic in a JS application (EmberJS specifically). For us, its good enough if its just hard. Currently ember-inspector makes...
View ArticlePermissions in Templates, Rules and Components
@GELight wrote: Hi all, What is a good way to test for permissions in ember? In templates, components or controllers there are no problems. Here I can use an IF condition to render my snippet or...
View ArticleExplain about ember mirage
@suchitra wrote: Hi All, What are the uses of Mirage other than storing and fetching fake data. How does config.js file in mirage is different from Fixtures and Factories in functionality.What is the...
View ArticleInstall bower ubuntu error
@chiholiu wrote: Missing bower packages: Package: bourbon Specified: 4.2.6 Installed: (not installed) Run bower install to install missing dependencies. An error occurred in the constructor for...
View ArticleProblem with ember routing
@chiholiu wrote: Could not find module /models/production imported from ember-quickstart/routes/production Anyone here who know how to solve that. Posts: 2 Participants: 1 Read full topic
View Article