meteorite Questions

3

Solved

There are some irreversible actions that user can do in my app. To add a level of security, I'd like to verify that the person performing such an action is actually the logged in user. How can I ac...
Nonalcoholic asked 13/8, 2013 at 16:33

0

In order to update all the meteor packages in my app, I feed in the command meteor update --all-packages. Many packages seem to now be updated to their latest versions, BUT now when I try to start ...
Stagemanage asked 11/10, 2018 at 17:37

4

Solved

I add accounts-password and accounts-base packages in Meteor When I create user like this: Accounts.createUser({username: username, password : password}, function(err){ if (err) { // Inform the...
Ma asked 28/6, 2013 at 8:4

11

Solved

I'm starting with Meteor, and I'd like to know how to list the installed packages. meteor list would only list the available packages in the registry. Edit: Since meteor 0.9.0.1 meteor list lists...
Lessard asked 19/6, 2013 at 3:19

5

Solved

does meteor have backend admin panel like "rais_admin" or "active admin" in rails for CRUD operations under models?
Parol asked 18/3, 2013 at 19:42

5

I'm in the process of building a new Meteor app and I can't figure out how to add JavaScript logic with Handlebars to run a console.log() before my each loop. In backbone I would just do, <% con...
Alburnum asked 6/7, 2013 at 4:46

3

Solved

I have a simple route with a parameter: this.route('article', { path: '/article/:_id', data: function() { return Articles.findOne(this.params._id); } }); I would like to have use the pathFor ...
Suomi asked 25/8, 2013 at 1:31

4

Solved

My meteor.js application is crashing. I am getting the following error. It appears that the error is not in my application code. I would appreciate if someone could take a look at the following mes...
Fattal asked 9/5, 2013 at 2:41

8

Solved

My Meteor application keeps crashing with this message when I type mrt (mrt should start the Meteor application): Unexpected mongo exit code 45. Restarting. Unexpected mongo exit code 45. Restart...
Iconium asked 3/1, 2014 at 19:56

6

Solved

After installing bootstrap-3 and accounts-ui-bootstrap-3, the ui-accounts login widget did not appear when {{ loginButtons }} is used. Instead a <div> is found in its place but no widget is v...
Damascus asked 22/11, 2013 at 19:54

3

Solved

I want to delete a atmosphere package from my app, but I don't know how to remove it. Thanks.
Shashaban asked 16/12, 2013 at 9:54

3

Solved

After saving a file with new changes in Meteor.js, the server will restart and the browser will window reload. Question: Sometimes it takes longer than usual to reload after saving the file, and t...
Sammiesammons asked 31/12, 2013 at 18:40

6

Solved

I am having a similar problem as described here: meteor > error: no such package: 'accounts-urls' To fix this issue it looks like I have to downgrade my version of Meteorite to get 'ac...
Stegall asked 17/8, 2013 at 15:14

3

Solved

I installed twitter bootstrap using meteor add bootstrap. I want to look at the bootstrap css files, but I can't find them anywhere. I have looked in my application folder, and I've looked at many...
Blacksmith asked 1/5, 2014 at 14:18

2

I received the information from my deployed app by using the command meteor mongo -url bhedir.meteor.com I then took the response and used the info for my mongorestore -u client -p meteorinfo - ...
Posterior asked 9/8, 2013 at 21:6

1

Solved

I this possible to publish multiple collections in single subscription call? if so please guide me.
Aleasealeatory asked 6/7, 2015 at 5:25

3

I just started working with iron router on meteor. I need to show an image on homepage. I was able to configure route for 'home' using the client side routing. For static files I tried to google an...
Erratic asked 24/1, 2014 at 19:51

4

Solved

I'm getting the following error after newly upgrading to Meteor 0.9.0.1 and updating my package.js file to match documentation on packages W20140903-17:30:20.305(-4)? (STDERR) /Users/admin/.meteo...
Abandoned asked 3/9, 2014 at 21:47

1

Solved

Hi I am a newbie to Meteor and I would like to know what is the use of hashedToken generated inside the Meteor.user object. In Meteor documentation it is explained that the services object, co...

4

Solved

I'm trying to figure out the best/cleanest way to fork an existing package on Atmosphere within a project. I encountered a few occasions where an existing package needed some modifications and I wa...
Endocrinotherapy asked 7/8, 2013 at 6:44

3

Solved

Is there a forms package that is considered canonical or one that is likely to be similar to whatever would eventually end up in core? In my searching I came up with two main contenders, based on ...
Ungley asked 10/9, 2013 at 6:43

3

Solved

For example, some sites tell me to use mrt add accounts-ui (using Meteorite, right?) and others say meteor add accounts-ui. From what I understand, Meteorite is just a version control / package ma...
Glorification asked 14/8, 2013 at 9:28

1

Solved

Before meteor 0.9.0 I could edit Atmosphere package files after it has been installed. Now templates are pre-compiled and hidden in meteor core, so I can't edit html(templates). I found only way t...
Spirelet asked 10/9, 2014 at 18:9

2

Solved

I am making a meteor app and I have the mrt accounts-password package added as well as mrt accounts-ui-bootstrap-dropdown. I have added the loginbuttons so users can create an account and that wo...
Slapjack asked 21/8, 2013 at 22:40

2

Solved

mrt currently has a bug with spaces in Volume names on the Mac https://github.com/oortcloud/meteorite/issues/172. Until that is fixed, how can I manually install packages from atmosphere?
Limon asked 10/8, 2013 at 8:0

© 2022 - 2024 — McMap. All rights reserved.