Questions tagged as 'framework'

1
answer

Influence of ":" in Ruby

The data validation parameters of the Ruby on Rails Framework use values with : before and after the word. validates :terms_of_service, acceptance: { accept: true, message: 'Mensagem de Validação' } validates :city, presence: true H...
asked by 01.07.2016 / 00:28
1
answer

Entitiy framework for JAVA?

Good night guys, I'm new to programming. So, I've been looking at some articles and watching videos about the Entity Framework for C #, I wonder if there are any frameworks in Java that do the same or similar function in relation to CRUD?     
asked by 17.10.2018 / 03:48
1
answer

What Ruby applications do you have besides the web?

I want to delve into Ruby, for the ease of language, as well as Python, which for example, in my University use a lot for mathematical and scientific applications. I see a lot of the use of Ruby with Rails for Web, but I would like to know if...
asked by 23.04.2016 / 18:11
1
answer

Manual Paging in Laravel 5.1

I'm trying to use Laravel 5.1 manual paging because I have a query that needs to be written with DB's select, but paging does not work! It returns me all the data on the screen without paging. Follows: use Illuminate\Pagination\LengthAwareP...
asked by 06.08.2015 / 16:40
3
answers

How to start a Django project using virtualenv?

I have already tried and found different ways and different conventions for creating a project in Django using virtual environment (virtualenv). Is there any standard for this? Does anyone help me with a correct step by step? Using python 2.7...
asked by 15.09.2015 / 04:23
1
answer

NetFramework dependencies in the project folder?

I would like to know if it is possible to embed somehow the .dll that my project uses NetFramework in its own folder. This would not require NetFramework to be installed on the client computer, since all dependencies would be in the progr...
asked by 12.05.2015 / 18:05
1
answer

Gallery with category filter

I need to implement the following: category buttons + category gallery I have several categories on my site and a gallery of images for each. On the front, I'll create buttons with the categories and just below a slider . I need to click...
asked by 01.09.2017 / 22:30
2
answers

Is it possible to use two frameworks in php?

I will create a stock system and would like to use a framework to ease the process. How to choose the ideal framework to work with? Does this depend on what my business is about? If I want features from two or more frameworks is it possible? Or...
asked by 10.07.2014 / 18:27
2
answers

What are dependencies for in a framework? [closed]

I'm completely new to this framework issue and can not seem to find any answer in google about this question. What are and what are the dependencies for? What do they do?     
asked by 22.04.2016 / 15:25
1
answer

E-Commerce Open Source in ASP.NET [closed]

I know that in PHP there is a lot of framework for e-commerce in the market today, but in ASP.NET, which frameworks are there today? What are the advantages and disadvantages of each? Is it worth using or building from scratch?     
asked by 11.01.2017 / 12:19